Am 06.02.2014 16:09, schrieb Rafael Ferreira: > Needless to say, I know that the syntax error is a red herring and > there's prob a legit error (maybe a missing import) happening > somewhere. Is there anything I should be doing differently or is this > just pyinstaller's normal behavior?
For some reason your file "gistfile1.py" gets imported and its result
gets executed. This is done here:
File
"/Users/rafael/dev/venvs/pyinstaller/lib/python2.7/site-packages/PyInstaller/hooks/hookutils.py",
line 381, in django_dottedstring_imports
ret = eval_script('django-import-finder.py')
File
"/Users/rafael/dev/venvs/pyinstaller/lib/python2.7/site-packages/PyInstaller/hooks/hookutils.py",
line 104, in eval_script
return eval(txt)
Maybe your Gistfiel1.py" is called "django-import-finder.py"?
--
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP
Information Security Management, Security Governance, Secure Software
Development
Goebel Consult, Landshut
http://www.goebel-consult.de
Monatliche Kolumne:
http://www.cissp-gefluester.de/2012-12-in-die-cloud-in-die-cloud-ab-wo-soll-die-sein
Blog:
http://www.goebel-consult.de/blog/funktioniert-sprachausgabe-inzwischen-brauchbar
Goebel Consult ist Mitglied bei http://www.7-it.de/
smime.p7s
Description: S/MIME Cryptographic Signature
