Like i've said in my first post, pyinstaller gets confused when a package 
use pkg_resources because it mixes two paths in one namespace. so it shares 
the "zope" namespace for zope.interface and zope.event even though they are 
in different folders..
and pyinstaller simply cant find one of those, because it only has one path 
of the two.
i tried writing a hook but pyinstaller doesnt pick it up.

El sábado, 6 de octubre de 2012 06:09:29 UTC-3, Hartmut Goebel escribió:
>
>  Am 03.10.2012, schrieb Jerónimo Barraco Mármol: 
>
>
>   and in zope.event.egg/zope/__init__.py it has this line 
>>> *__import__('pkg_resources').declare_namespace(__name__)*
>>>
>>   
> So what is the exact problem? This sounds as if *pkg_resources* is 
> missing.
>
> Please provide more information as described in 
> <http://www.pyinstaller.org/wiki/FAQ#IfThingsGoWrong><http://www.pyinstaller.org/wiki/FAQ#IfThingsGoWrong>
> .
>
>
> -- 
>  Schönen Gruß 
> Hartmut Goebel 
>  Dipl.-Informatiker (univ), CISSP, CSSLP 
>
> Goebel Consult 
> http://www.goebel-consult.de 
>
> Monatliche Kolumne: 
> http://www.cissp-gefluester.de/2011-09-kommerz-uber-recht-fdp-die-gefaellt-mir-partei
>  
> Blog: http://www.goebel-consult.de/blog/200505010 
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msg/pyinstaller/-/vioUY9z95awJ.
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.

Reply via email to