On Apr 27, 2005, at 11:16 PM, Kevin Walzer wrote:

Does anyone know if Jack is planning a new version of MacPython add- ons
for Tiger, as he did with Panther?

Since some people already have Tiger I'm just going to go ahead and say it...


The Panther ones should work fine, as long as /Library/Python/2.3 ends up in sys.path. In Tiger, it was changed to /Library/Python/2.3/ site-packages to be consistent with the rest of the universe (i.e. ~/ Library/Python/2.3/site-packages).

If you install this:
http://pythonmac.org/packages/TigerPython23Compat.pkg.zip

It will make a .pth in /Library/Python/2.3/site-packages that will add /Library/Python/2.3 as a site directory, so packages intended for Panther's 2.3.0 will be usable by Tiger's 2.3.5.

-bob

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

Reply via email to