[Python-Dev] Python 2.7 Won't Build (original) (raw)

Tom Browder tom.browder at gmail.com
Thu Sep 16 21:05:38 CEST 2010


On Thu, Sep 16, 2010 at 13:48, Brett Cannon <brett at python.org> wrote:

Go ahead and file the bug, but chances are that some other installed Python is executing the code and picking up the .pyc files which have bytecode new to Python 2.7.

But isn't that a problem with the build system? It seems to me it should be using all modules from within the build, thus there should be no such error.

Regards,

-Tom



More information about the Python-Dev mailing list