This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author meador.inge
Recipients Arfrever, Trundle, barry, brett.cannon, eric.smith, eric.snow, jcea, jkloth, lemburg, loewis, meador.inge
Date 2013-01-03.01:28:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357176522.7.0.893227149183.issue16047@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-01-03 01:28:42meador.ingesetrecipients: + meador.inge, lemburg, loewis, barry, brett.cannon, jcea, eric.smith, jkloth, Arfrever, Trundle, eric.snow
2013-01-03 01:28:42meador.ingesetmessageid: <1357176522.7.0.893227149183.issue16047@psf.upfronthosting.co.za>
2013-01-03 01:28:42meador.ingelinkissue16047 messages
2013-01-03 01:28:41meador.ingecreate