Am 22.01.2011 21:32, schrieb Daniel Hyams: > On linux; seems to work fine in windows and OSX. > > Attached is a small script and test .spec that demonstrate. If I run > fse.py as a script, I get 'UTF-8' as output. If I run it frozen, it > returns None.
Which version of PyInstaller are you using? I can not reproduce this. Please check your environment is set up correctly by adding these lines to your script: import pprint, os pprint.pprint(dict(os.environ)) -- 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
smime.p7s
Description: S/MIME Cryptographic Signature
