Results 1 to 2 of 2

Thread: Problem with PyQt 4.4.2 and Qt 4.4.0

  1. #1
    Join Date
    Aug 2008
    Posts
    3
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Problem with PyQt 4.4.2 and Qt 4.4.0

    On Windows XP 32 bit, I've installed:
    - Python 2.5
    - qt-win-opensource-4.4.0-mingw.exe
    - PyQt-Py2.5-gpl-4.4.2-1.exe

    If I go to the python command prompt and do:

    from PyQt4 import QtGui

    I get a python.exe - Entry Point Not Found pop-up.
    The procedure entry point _Z5qFreePv could not be located in the dynamic library QtCore4.dll

    Has anyone been successful installing and using PyQt 4.4.2?

  2. #2
    Join Date
    Aug 2008
    Posts
    3
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Problem with PyQt 4.4.2 and Qt 4.4.0

    Nvm, I've figured it out, just make sure C:\Qt\4.4.x\bin is the first item under the PATH env var, for example:

    PATH=C:\Qt\4.4.2\bin;%other_vars%

Similar Threads

  1. qtdemo.exe display problem with Qt 4.4.0
    By Dwarf007 in forum Installation and Deployment
    Replies: 5
    Last Post: 4th June 2008, 06:27
  2. Qt 4.4.0 Problem with QPrintPreviewDialog
    By ad5xj in forum Qt Programming
    Replies: 2
    Last Post: 30th May 2008, 15:01
  3. Strange Qt 4.4.0 string problem
    By maverick_pol in forum Qt Programming
    Replies: 2
    Last Post: 15th May 2008, 07:46
  4. Hi. I have problem with QCString in 4.4.0
    By ivi2501 in forum Qt Programming
    Replies: 3
    Last Post: 25th March 2008, 19:30
  5. PyQt QTimer problem { FIXED }
    By WinchellChung in forum Newbie
    Replies: 0
    Last Post: 1st March 2008, 17:50

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.