[PyQt] windows problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hankpai@gmail.com

    #1

    [PyQt] windows problem

    Dumb question from extreme newbie.

    Steps so far:
    1. Installed Python 2.5
    2. Installed Qt 4.2.1 (with mingw) from executable
    3. Installed PyQt 4.1 from executable

    Been trying to run the first example (t1.pyw) in the tutorials folder,
    but the following error pops up while running the from idle-python gui:

    Traceback (most recent call last):
    File "C:/TestEnv/t1.pyw", line 7, in <module>
    from PyQt4 import QtGui
    ImportError: DLL load failed: The specified module could not be found.

    Thanks for any help!

    -henry

  • Phil Thompson

    #2
    Re: [PyQt] windows problem

    On Wednesday 29 November 2006 8:12 am, hankpai@gmail.c om wrote:
    Dumb question from extreme newbie.
    >
    Steps so far:
    1. Installed Python 2.5
    2. Installed Qt 4.2.1 (with mingw) from executable
    3. Installed PyQt 4.1 from executable
    >
    Been trying to run the first example (t1.pyw) in the tutorials folder,
    but the following error pops up while running the from idle-python gui:
    >
    Traceback (most recent call last):
    File "C:/TestEnv/t1.pyw", line 7, in <module>
    from PyQt4 import QtGui
    ImportError: DLL load failed: The specified module could not be found.
    Make sure your PATH includes the directories containing the Qt and MinGW DLLs.

    Phil

    Comment

    • hankpai@gmail.com

      #3
      Re: windows problem

      thanks :)!

      On Nov 29, 12:35 am, Phil Thompson <p...@riverbank computing.co.uk >
      wrote:
      On Wednesday 29 November 2006 8:12 am, hank...@gmail.c om wrote:
      >
      Dumb question from extreme newbie.
      >
      Steps so far:
      1. Installed Python 2.5
      2. Installed Qt 4.2.1 (with mingw) from executable
      3. Installed PyQt 4.1 from executable
      >
      Been trying to run the first example (t1.pyw) in the tutorials folder,
      but the following error pops up while running the from idle-python gui:
      >
      Traceback (most recent call last):
      File "C:/TestEnv/t1.pyw", line 7, in <module>
      from PyQt4 import QtGui
      ImportError: DLL load failed: The specified module could not be found.Make sure your PATH includes the directories containing the Qt and MinGW DLLs.
      >
      Phil

      Comment

      Working...