Message166584
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. |
|
| Date |
User |
Action |
Args |
| 2012-07-27 17:08:17 | amaury.forgeotdarc | unlink | issue15431 messages |
| 2012-07-27 17:07:56 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, kristjan.jonsson, jkloth, brian.curtin, sbt |
| 2012-07-27 17:07:56 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2012-07-27 17:07:56 | amaury.forgeotdarc | link | issue15431 messages |
| 2012-07-27 17:07:55 | amaury.forgeotdarc | create | |
|