This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients kapet, loewis, ronaldoussoren
Date 2009-03-30.14:37:57
SpamBayes Score 1.2918208e-07
Marked as misclassified No
Message-id <1238423879.13.0.727372989069.issue4865@psf.upfronthosting.co.za>
In-reply-to
Content
I'm in favour of adding /Library/Python/x.y/ to sys.path for Python 2.7 
and 3.1 and will work on that during the Pycon sprints.

/Library/Python will be added after the site-packages directory inside 
the framework instead of replacing the latter directory. The reason for 
this is that we don't want to install all packages in a location that's 
visible to Apple's copy of Python because you could accidently replace 
packages that Apple ships as part of the "Extras" directory that way. 
Replacing those is bad because those libraries are used by Apple system 
software and replacing stuff might therefore break the system 
(particularly on server systems).

I won't backport to 2.6 and 3.0 because this is a feature request and 
not a bugfix.

W.r.t. building PIL and other extensions: we've had a discussion about 
this during the startup phase of the macpython-sig sprint and we have 
some ideas to make this situation less painful in the future (without 
necessarily having to patch Python for that).
History
Date User Action Args
2009-03-30 14:37:59ronaldoussorensetrecipients: + ronaldoussoren, loewis, kapet
2009-03-30 14:37:59ronaldoussorensetmessageid: <1238423879.13.0.727372989069.issue4865@psf.upfronthosting.co.za>
2009-03-30 14:37:58ronaldoussorenlinkissue4865 messages
2009-03-30 14:37:57ronaldoussorencreate