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 ronaldoussoren, srid, tarek
Date 2010-05-20.04:58:34
SpamBayes Score 0.04057974
Marked as misclassified No
Message-id <1274331518.34.0.725931882139.issue8759@psf.upfronthosting.co.za>
In-reply-to
Content
Shridar: that is correct a framework install will not look in ~/.local, but only in ~/Library/Python/2.7  (there is an install scheme in distutils that describes the exact layout).

Technically the name "Python" subdirectory is sysconfig.get_config_var("PYTHONFRAMEWORK"), to ensure that frameworks with different values for --with-framework-name will use different subdirectories.
History
Date User Action Args
2010-05-20 04:58:38ronaldoussorensetrecipients: + ronaldoussoren, tarek, srid
2010-05-20 04:58:38ronaldoussorensetmessageid: <1274331518.34.0.725931882139.issue8759@psf.upfronthosting.co.za>
2010-05-20 04:58:36ronaldoussorenlinkissue8759 messages
2010-05-20 04:58:35ronaldoussorencreate