Am 24.02.2011 14:28, schrieb Raoul Snyman: > Make sure you have the correct information in that hook file. For > instance, you said that "import bluetooth" is a conditional import, > but your import file doesn't contain that. Try creating a hook file > for that hidden import? AS the OP wrote, the program runs fine on Windows 7. So it should not be a problem of a hidden import.
I suggest to look into the build .exe using ArchiveViewer.py to verify the required files are in. Since pybluez tries to load some compiled extensions, perhaps these fail to load. Maybe some additional required dll is missing or can not be loaded. BTW: This import is conditional, but not hidden. PyInstaller handles conditional imports quite fine, since it looks for *all* import statements in all Python modules it can get it's hands on. -- 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
smime.p7s
Description: S/MIME Cryptographic Signature
