All right, please bare with me since I'm not sure I follow. 
This https://gist.github.com/rferreira/8845522 is just the console output 
of running pyinstaller with the arguments below:

pyinstaller --clean --hidden-import htmlentitydefs --hidden-import 
HTMLParser --hidden-import markupbase --name jackfruit --log-level DEBUG 
--onefile --ascii jackfruit/boot.py

Are you saying the problem is a syntax error in "django-import-finder.py"?

Thanks for the help, 

- Rafael 



On Thursday, February 6, 2014 11:18:54 AM UTC-7, Hartmut Goebel wrote:
>
>  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/ 
>  

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to