stri ker wrote: > Has anyone here upgraded from 2.3 to 2.4 on Tiger? > If so how'd ya do it?
You just run the official installer. http://python.org/ftp/python/2.4.1/MacPython-OSX-2.4.1-1.dmg Note that this does *not* replace 2.3 which was installed by Apple. That's a good thing. Instead, the executables get installed to /usr/local/bin . If you want $ python to give you 2.4.1, then make sure that /usr/local/bin comes before /usr/bin in your $PATH. -- Robert Kern [EMAIL PROTECTED] "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter -- http://mail.python.org/mailman/listinfo/python-list