[issue13011] Frozen programs require the original build directory in order to run.

Éric Araujo report at bugs.python.org
Mon Oct 17 17:53:36 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

Thanks for the report.  In 2.7 and 3.2, Python initialization was changed to use the new sysconfig module, which depends on the sysconfig.cfg file.  freeze needs to special-case the sysconfig module in its detection code to include the cfg file.

Do you want to work on a patch?

----------
nosy: +eric.araujo
stage:  -> needs patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13011>
_______________________________________


More information about the Python-bugs-list mailing list