Am 17.05.2011 11:06, schrieb Martin Zibricky:
Could it be becasue pyinstaller can't handle *.pth files?
The error mike described occurs when handling the hook, so it's a build time issue: the import fails. AFAIK there should be no need to handle *.pth files, since this is done transparently by Python.

A test on my system shows all these are working:
$ python -c 'import Image'
$ python -c 'import PIL.Image'
$ python -c 'from PIL import Image'

--
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/blog/

Monatliche Kolumne: http://www.cissp-gefluester.de/
Goebel Consult mit Mitglied bei http://www.7-it.de


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to