On Apr 5, 2005, at 8:20 AM, Lee Cullens wrote:

What is a good working environment?

All of what Bob did for us is nice for exploring changes in 2.4 but is still too much of a WIP. I (as many of you) need to get on with some development work though and was wondering what basis to work from.

No, it's not a WIP. Python 2.4.1 is perfectly stable (FAR more so than 2.3.0, actually). Except for packages that I don't package myself, namely wxPython and matplotlib, everything in the pythonmac.org repository should also be available for Python 2.4.


Also, I stopped using Python 2.3 after I built the 2.4.1 installer, so any packages built from here on out for 2.3 will be largely untested. I only build them as a convenience, because it's very little additional effort for me to do. Of course, nothing in the repository has any guarantee, but most of the stuff in there I use, so it can be considered tested -- but only for Python 2.4 (unless it has been in there a while).

Mostly what I will be doing is prototyping components of larger systems (and then maybe convincing them they can't do it any better than with Python :)), and multimedia presentations (beyond Director) that include animation (2d and 3D) and reinforcing gaming (word puzzels, image puzzles, and combinations).

pygame + pyOpenGL may very well be the best solution for this. It's much simpler to understand than wxPython, and it's cross-platform. The downsides are that there is no widget set, it can not integrate with one (in a sane cross-platform manner), and you are limited to one window. Both of these packages are available for Python 2.4.


What I want to do for myself I'm content with doing only for Mac OS X (10.3.8+) and may deliver some via the web. However, what little I do for corporate clients anymore (don't want to get bogged down in work work) they still seem to want for MS Windows :( dislike that platform).

Anyway, since all the components aren't there yet for Python 2.4 (and what are seem to be less than production quality), I'm assuming that at least 2.3 is solid enough (relatively speaking :). At least all the components are there (with the caveat of what was recently discussed regarding overall coordination and quality control). I'm also assuming that with the state of Python, Tiger will probably not go beyond 2.3 (not asking you to make any frowned upon predictions).

Python 2.4.1 *is* production quality. All of the packages that I have built for 2.4.1 work exactly the same as they do on 2.3, but faster and with less bugs. The Python 2.3.0 interpreter that ships with Mac OS X 10.3 is *almost* production quality. The fact that the distribution I built didn't include a help book (which was apparently built by hand, and made available separately) really has no relevance at all to its "production quality".


I *highly* recommend that you use Python 2.4.

So to look as well as possible on the Mac I should use what graphics components? Then for MS Windows candidates (cross-platform) I should use wxPython for graphics components? I *have* been perusing the components list (http://pythonmac.org/packages/) and brief descriptions, but only a limited amount of the detailed documentation so far. One point about the component list - I should use only the component versions flagged for py2.3 if such is to be my production platform? (Dumb questions sometimes yield surprising answers)

I'd recommend pygame first, unless you have some requirements that it can't handle.


Another very novice question - for the MS Windows executables do I need to transfer my script packages to my clunky old PC and construct such there, or can py2exe construct such on my Mac?

Neither cx_Freeze nor py2exe make it reasonable to "cross-compile" like this. You will have to use Windows.


-bob

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to