Unfortunately, I don't really see anything noteworthy about the difference between the environment in the frozen mode or not:
dhyams@linux-573c:> diff SCRIPT_ENV FROZEN_ENV 36c36 < 'LD_LIBRARY_PATH': '/usr/local/wx/2.9.1.1/lib:/usr/local/wx/2.8-ucs4/lib:/usr/local/wx/2.9.1.1/lib:/usr/local/wx/2.8-ucs4/lib:', --- > 'LD_LIBRARY_PATH': > 'dist/fse/:/usr/local/wx/2.9.1.1/lib:/usr/local/wx/2.8-ucs4/lib:/usr/local/wx/2.9.1.1/lib:/usr/local/wx/2.8-ucs4/lib:', 57a58 > 'PYTHONPATH': 'dist/fse', 86,87c87,89 < '_': '/usr/local/python/bin/python'} --- > '_': 'dist/fse/fse.exe', > '_MEIPASS2': 'dist/fse/'} On Mon, Jan 24, 2011 at 4:25 AM, Hartmut Goebel <[email protected]> wrote: > Am 24.01.2011 04:48, schrieb dhyams: >> I tried with a 1.4 series SVN, the current 1.5rc1, and the current svn >> as of tonight; all return None for sys.getfilesystemencoding() when >> frozen. Here is the environmental output from the two suggested lines >> above: > > Thanks. I missed the more important part of the question: How does this > differ from your "normal" environment? > >> 'LANG': 'en_US.UTF-8', >> >> >> 'LANGUAGE': 'en_US', >> >> > Not being a locacle export, I'm missing "LC_CTYPE" here, which is > related to encodings (see > <http://www.debian.org/doc/manuals/intro-i18n/ch-locale.en.html>. > > -- > Schönen Gruß - Regards > Hartmut Goebel > Dipl.-Informatiker (univ.), CISSP, CSSLP > > Goebel Consult > Spezialist für IT-Sicherheit in komplexen Umgebungen > http://www.goebel-consult.de > > Monatliche Kolumne: http://www.cissp-gefluester.de/ > Goebel Consult mit Mitglied bei http://www.7-it.de > > > -- Daniel Hyams [email protected] -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
