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, mhammond, paul.moore, tarek
Date 2012-02-11.04:44:18
SpamBayes Score 0.002556884
Marked as misclassified No
Message-id <1328935464.94.0.205624052711.issue13123@psf.upfronthosting.co.za>
In-reply-to
Content
So I had a quick look at the code and found the lines in need of a fix.  The problem comes as usual from our friend “path + optimize and 'o' or 'c'”.  I can read some C, so I tried to replace that with imp.cache_from_source, but a real C programmer should take it from here, especially if they find themselves on Windows so that they can recompile the wininst*.exe file and test the fix :)
History
Date User Action Args
2012-02-11 04:44:25eric.araujosetrecipients: + eric.araujo, mhammond, paul.moore, tarek
2012-02-11 04:44:24eric.araujosetmessageid: <1328935464.94.0.205624052711.issue13123@psf.upfronthosting.co.za>
2012-02-11 04:44:19eric.araujolinkissue13123 messages
2012-02-11 04:44:19eric.araujocreate