PyInstaller: problem to build exe with PyQt4

Giovanni Bajo rasky at develer.com
Tue Jun 3 05:59:19 EDT 2008


On Tue, 03 Jun 2008 08:35:37 +0200, Mark Delon wrote:

> 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

Please try again with PyInstaller from SVN trunk.
-- 
Giovanni Bajo
Develer S.r.l.
http://www.develer.com



More information about the Python-list mailing list