PyInstaller: problem to build exe with PyQt4

Mark Delon pypy at gmx.at
Tue Jun 3 02:35:37 EDT 2008


Hi,

I need to generate single EXEcutable via PyInstaller.
It will be genereated -> i get one single executable.

AFTER CALL (exe) I get an error: "no module named _gt"

Build command:
1. Configure.py
2. Makespec.py -F  <script>.py
3. Build.py       <script>.spec
-----------------------------------------------------------------
after exe-call ""no module named _gt" (is a part of PyQt)
-----------------------------------------------------------------

HOW CAN I INCLUDE PyQt explicite in build process OR HOW CAN I solve my problem.

Thank You for every idea or help

Regards

Mark
-- 
Super-Aktion nur in der GMX Spieleflat: 10 Tage für 1 Euro.
Über 180 Spiele downloaden: http://flat.games.gmx.de



More information about the Python-list mailing list