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

2022-03-23 Thread Irit Katriel
Irit Katriel added the comment: Closing, please reopen or create a new issue if this is still a problem after all these years. -- stage: needs patch -> resolved status: pending -> closed ___ Python tracker

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

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: This seems very outdated, can we close it? -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python tracker ___

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

2011-10-17 Thread Éric Araujo
Éric Araujo mer...@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

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

2011-09-19 Thread Malcolm Purvis
New submission from Malcolm Purvis malc...@purvis.id.au: In Python 2.7.2, Linux executables built with freeze.py will only run on the machine that contains the original build directory. This defeats the purpose of having frozen programs. This problem did not exist in Python 2.5. The