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 srid
Recipients ronaldoussoren, srid, tarek
Date 2010-05-20.20:36:06
SpamBayes Score 0.00022998107
Marked as misclassified No
Message-id <1274387769.26.0.887039246152.issue8759@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks.

> there is an install scheme in distutils that describes the exact layout

I figured that this is now exposed via the `sysconfig` module. There is also an old install scheme in `distutils.command.install`, but it seems to be outdated and is only applicable for 2.6.

My understanding is that, installers such as PyPM should use the scheme in distutils.command.install on 2.6 and the new sysconfig scheme for 2.7+.

Please feel free to close this issue (I can do it, but do not have the privileges to set the resolution field.)
History
Date User Action Args
2010-05-20 20:36:09sridsetrecipients: + srid, ronaldoussoren, tarek
2010-05-20 20:36:09sridsetmessageid: <1274387769.26.0.887039246152.issue8759@psf.upfronthosting.co.za>
2010-05-20 20:36:07sridlinkissue8759 messages
2010-05-20 20:36:06sridcreate