Hello,

When I replace my Windows PyQt-Py3.1-gpl-4.7.3-2 by PyQt-Py3.1-gpl-4.8.1-1,
and I want import PyQt4 modules, I obtain this message:

>>> from PyQt4 import QtGui
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: La procédure spécifiée est introuvable.

My PATH variable contains ...;C:\Python31;C:\Python31\Lib\site-packages\PyQt4\bin

If I reinstall PyQt-Py3.1-gpl-4.7.3-2, python import is good.

Could you suggest me how I should correct this problem?

Thank you

Olivier Fournier

PS: Sorry for my poor english



Le 30/10/2010 13:47, Phil Thompson a écrit :
PyQt v4.8.1 has been released and is available from the usual place.

This is just a minor bug-fix release that fixes the pyuic4 regression
introduced in v4.8.

Phil
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt




_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to