Am 07.08.2012 21:32, schrieb srdjan.grubor: > AFAIK,the problem is that PyInstaller does not correctly handle > imports that are in variables (see Xlib/support/connect.py for an > example)
PyInstaller can not guess imports which's name are calculated at run time. You'll need to add an import hook for this. Please see the manual. -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP Goebel Consult http://www.goebel-consult.de Monatliche Kolumne: http://www.cissp-gefluester.de/2012-02-bring-your-own-life-glosse Blog: http://www.goebel-consult.de/blog/20060215 Goebel Consult ist Mitglied bei http://www.7-it.de/
smime.p7s
Description: S/MIME Kryptografische Unterschrift
