PyInstaller: problem to build exe with PyQt4

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark Delon

    PyInstaller: problem to build exe with PyQt4

    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
  • Giovanni Bajo

    #2
    Re: PyInstaller: problem to build exe with PyQt4

    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.
    Sviluppiamo soluzioni tecnologiche per ogni settore: dai prodotti di largo consumo ai sistemi di controllo per macchinari industriali.

    Comment

    Working...