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 eric.araujo
Recipients eric.araujo, malcolmp
Date 2011-10-17.15:53:35
SpamBayes Score 6.542361e-05
Marked as misclassified No
Message-id <1318866816.47.0.917739744611.issue13011@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report.  In 2.7 and 3.2, Python initialization was changed to use the new sysconfig module, which depends on the sysconfig.cfg file.  freeze needs to special-case the sysconfig module in its detection code to include the cfg file.

Do you want to work on a patch?
History
Date User Action Args
2011-10-17 15:53:36eric.araujosetrecipients: + eric.araujo, malcolmp
2011-10-17 15:53:36eric.araujosetmessageid: <1318866816.47.0.917739744611.issue13011@psf.upfronthosting.co.za>
2011-10-17 15:53:35eric.araujolinkissue13011 messages
2011-10-17 15:53:35eric.araujocreate