Message178877
Thanks for the feedback everyone -- that helped. Here is a new patch
which addresses issue (3) by not requiring os.__file__ to exist.
The patch from issue11824 fixes freeze for 3.2 completely. The patch
from issue11824 plus this patch fixes freeze for 3.3 and 3.4. I tested
both `make install` and Python source tree versions (i.e. freeze.py -p).
A frozen "Hello, world" app works fine in all cases.
I also verified that 'license' works from a frozen app. You will see
something like the following instead of the full licensing text on stdout:
See http://www.python.org/3.4/license.html |
|
Date |
User |
Action |
Args |
2013-01-03 01:28:42 | meador.inge | set | recipients:
+ meador.inge, lemburg, loewis, barry, brett.cannon, jcea, eric.smith, jkloth, Arfrever, Trundle, eric.snow |
2013-01-03 01:28:42 | meador.inge | set | messageid: <1357176522.7.0.893227149183.issue16047@psf.upfronthosting.co.za> |
2013-01-03 01:28:42 | meador.inge | link | issue16047 messages |
2013-01-03 01:28:41 | meador.inge | create | |
|