The --onefile executable is created **without** the "--debug" option and when run, sample output is of the form:
# installing zipimport hook > import zipimport # builtin > # installed zipimport hook > import marshal # builtin > import _struct # builtin > import nt # builtin > import imp # builtin > import zlib # builtin > import errno # builtin > import _weakref # builtin > # zipimport: found 78 names in > C:\DOCUME~1\mine\LOCALS~1\Temp\_MEI50162\eggs\s > etuptools-0.6c11-py2.7.egg > # zipimport: zlib available > # > C:\DOCUME~1\mine\LOCALS~1\Temp\_MEI50162\eggs\setuptools-0.6c11-py2.7.egg\pk > g_resources.pyc has bad mtime > # zipimport: zlib available > import time # builtin > import _sre # builtin > import strop # builtin > import pkg_resources # loaded from Zip > C:\DOCUME~1\mine\LOCALS~1\Temp\_MEI5016 > 2\eggs\setuptools-0.6c11-py2.7.egg\pkg_resources.py > import _codecs # builtin > etc. > etc. Uhmm! If PyInstaller debug messages start with "LOADER", wonder what these messages are? Otherwise, the executable runs successfully. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
