Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15431>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to