Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #103298

PyQt5 not found from Python

Newsgroups comp.lang.python
Date 2016-02-21 07:43 -0800
Message-ID <0df21c16-e39b-4711-b675-934ad98da61e@googlegroups.com> (permalink)
Subject PyQt5 not found from Python
From Arie van Wingerden <xapwing@gmail.com>

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

PyQt5 not found from Python Arie van Wingerden <xapwing@gmail.com> - 2016-02-21 07:43 -0800
  Re: PyQt5 not found from Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-02-21 16:27 +0000
  Re: PyQt5 not found from Python Phil Thompson <phil@riverbankcomputing.com> - 2016-02-21 16:25 +0000
  Re: PyQt5 not found from Python Arie van Wingerden <xapwing@gmail.com> - 2016-02-21 08:40 -0800
    Re: PyQt5 not found from Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-02-21 16:48 +0000

csiph-web