> exe = EXE(pyz,
> a.scripts,
> exclude_binaries=1,
> name=os.path.join('build/pyi.linux2/sIBL_GUI', 'sIBL_GUI'),
> debug=False,
> strip=False,
> upx=False,
> console=1 )
> coll = COLLECT( exe,
> a.binaries,
> a.zipfiles,
> strip=False,
> upx=False,
> name=os.path.join('dist', 'sIBL_GUI'))
You are creating the exe in the current dir, but all other required
files are put into dist/sIBL_GUI/
Try running dist/sIBL_GUI/sIBL_GUI
--
Schönen Gruß - Regards
Hartmut Goebel
Dipl.-Informatiker (univ.), CISSP
Goebel Consult
Spezialist für IT-Sicherheit in komplexen Umgebungen
http://www.goebel-consult.de
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/PyInstaller?hl=en
-~----------~----~----~----~------~----~------~--~---