PyQt5 not found from Python

Phil Thompson phil at riverbankcomputing.com
Sun Feb 21 11:25:31 EST 2016


On 21/02/2016 3:43 pm, Arie van Wingerden wrote:
> Python 3.5.1 installed in default Windows folder here:
>   C:\Users\Arie\AppData\Local\Programs\Python\Python35-32
> 
> PyQt5 installed - it creates a folder c:\Python34
> 
> In the Python REPL i try:
>    from PyQt5 import QtCore
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named 'PyQt5'
> 
> So i guess Python does not see the QT stuff.
> 
> What can i do about it?
> 
> TIA

There are no PyQt installers for Python 3.5 yet. There will be when PyQt 
v5.6 is released.

Phil



More information about the Python-list mailing list