Am Samstag, 13. August 2011 schrieb Wolf-Dietrich Seidlitz:
> The simple way naming the modules in the global *hiddenimports* array is
> not enough. The error i see when running the created *exe:*
Do you really change the global hiddenimports array in the spec file?
How did you do it?
Regards,
Carsten
--
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
Monatliche Kolumne: http://www.cissp-gefluester.de/
Goebel Consult mit Mitglied bei http://www.7-it.de
May it makes sense to create an enhancement request for this topic?
Regards,
Carsten
a) There is already a way to implement hidden imports as documented in
<http://www.pyinstaller.org/export/latest/tags/1.5.1/doc/Manual.html?format=raw#listing-hidden-imports>
b) There is already an enhancement request "add cli option to specify
custom hooks folder" <http://www.pyinstaller.org/ticket/325>
I personally prefer hooks over one-shot-stuff. But I admit there may be
cases, where a hook is overdone. So if you are preparing a patch, we'll
surely implement it.