Thanks. That code was merged in on a PR from me but was provided by Martin Zibricky and merged thus:
https://github.com/pyinstaller/pyinstaller/pull/107/files#r9688902 Do I need to submit another PR to change it? On Thu, Mar 6, 2014 at 10:13 AM, Hartmut Goebel <[email protected]>wrote: > 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><https://github.com/pyinstaller/pyinstaller/commit/9863376bff869de1c78d7223655e3246b399e5a8>and > <https://github.com/pyinstaller/pyinstaller/commit/214b6cab5c56de42b9300d602c3116bc6f545b8b><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/ > -- 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.
