[PyQt] Fresh install of Python 3.4.3 and PyQt5 and can't import anything (DLL load failed).

Enjoys Math enjoysmath at gmail.com
Sun Jul 26 04:38:38 BST 2015


System: Win 7 Professional 64-bit
I've tried:
    - Python 3.4.3 64-bit + PyQt5 64-bit
    - Python 3.4.3 32-bit + PyQt5 32-bit

With the 64-bit version I either can't get it to work for other reasons or
the same error happens, I forgot.

Here's a command line log:

c:\MyProjects\LightShowApp> python
Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32
bit (I
tel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyQt5.Qt
>>> import PyQt5.QtWidgets
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.
>>> import PyQt5.QtGui
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.
>>> import PyQt5.QtCore
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.
>>>

I've looked in windows explorer at the site-packages/PyQt5 dir and every
thing looks normal.

-EM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150725/97c18742/attachment.html>


More information about the PyQt mailing list