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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, brian.curtin, jkloth, kristjan.jonsson, sbt
Date 2012-07-27.17:07:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343408876.79.0.901842788357.issue15431@psf.upfronthosting.co.za>
In-reply-to
Content
If you look at Makefile.pre.in, you'll see that on Unix it builds a special binary: Modules/_freezeimportlib.c;  it uses most of Python machinery (except importlib, of course), and manually open importlib/_bootstrap.py, compiles it, and marshals the result to importlib.h.

Your solution on Windows is to use the full python.exe instead.
History
Date User Action Args
2012-07-27 17:08:17amaury.forgeotdarcunlinkissue15431 messages
2012-07-27 17:07:56amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, kristjan.jonsson, jkloth, brian.curtin, sbt
2012-07-27 17:07:56amaury.forgeotdarcsetmessageid: <1343408876.79.0.901842788357.issue15431@psf.upfronthosting.co.za>
2012-07-27 17:07:56amaury.forgeotdarclinkissue15431 messages
2012-07-27 17:07:55amaury.forgeotdarccreate