Am 06.03.2014 16:35, schrieb Michael Hipp: > > from hookutils import collect_submodules > [...] > ImportError: No module named hookutils in > hook-reportlab.pdfbase._fontdata
This import statement is wrong, you should use absolute imports here. See <https://github.com/pyinstaller/pyinstaller/commit/9863376bff869de1c78d7223655e3246b399e5a8> and <https://github.com/pyinstaller/pyinstaller/commit/214b6cab5c56de42b9300d602c3116bc6f545b8b>. Please update to the latest development version. If this occurs in a hook you developed yourself, please refer to the first of these commits. -- 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 Blog: http://www.goebel-consult.de/blog/kritik-an-change.org-datensammler Kolumne: http://www.cissp-gefluester.de/2012-01-in-die-cloud-in-die-cloud-aber-wo-soll-die-sein Goebel Consult ist Mitglied bei http://www.7-it.de/
smime.p7s
Description: S/MIME Cryptographic Signature
