0

I try to use PyQt 5.5 with Python 3.5. I installed Python 3.5 (C:\Python3) and intalled PyQt 5.5 (C:\Python3\Lib\site-packages\PyQt5). Then I type

import PyQt5.QWidgets

and have the following error

ImportError: DLL load failed: no module named PyQt5.QWidgets

My OS is Windows 8 x32

It's not helped:

ImportError: No module named PytQt5

ImportError: No module named PyQt5 - OSX Mavericks

PyQt5 and QtGui module not found

Community
  • 1
  • 1
xskit
  • 421
  • 1
  • 8
  • 20

2 Answers2

1

SOLVED: problem is gone when I installed Python 3.4 instead of Python 3.5

xskit
  • 421
  • 1
  • 8
  • 20
0

You can also try recompiling your PyQt5.5 sources with Python 3.5 manually. Walktrough here

Garjy
  • 467
  • 5
  • 12