I've tried both of your suggestions and they work if I paste the line into the terminal and then start Python. Python 2.4.1 starts ! However, if I paste the line into the .bashrc it doesn't do the job. It starts old python.
I agree, it's a great language. But the frustrations you have to go through to get things to work !!! Even if I start 2.4.1 and try to run a pygame example, I get the following: (and I just installed the latest PyObjC from the website) Python 2.4.1 (#2, Mar 31 2005, 00:05:10) [GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> [1]+ Stopped python thm-mac-pb:~ thm$ pythonw /Users/thm21/Desktop/pygame-1.7.1release/examples/aliens.py Traceback (most recent call last): File "/Users/thm21/Desktop/pygame-1.7.1release/examples/aliens.py", line 6, in ? import pygame File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/pygame/__init__.py", line 37, in ? _check_darwin() File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/pygame/__init__.py", line 34, in _check_darwin raise ImportError("PyObjC 1.2 or later is required to use pygame on Mac OS X") ImportError: PyObjC 1.2 or later is required to use pygame on Mac OS X thm-mac-pb:~ thm$ Thanks again for all help. Thor |