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


Groups > comp.lang.python > #103304

Re: PyQt5 not found from Python

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Phil Thompson <phil@riverbankcomputing.com>
Newsgroups comp.lang.python
Subject Re: PyQt5 not found from Python
Date Sun, 21 Feb 2016 16:25:31 +0000
Organization Riverbank Computing Limited
Lines 22
Message-ID <mailman.13.1456072268.20994.python-list@python.org> (permalink)
References <0df21c16-e39b-4711-b675-934ad98da61e@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Trace news.uni-berlin.de 200nACCZQjMeoPOPWPw+xgKbI9HbVPb+t6ycI040iXIQ==
Return-Path <phil@riverbankcomputing.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'yet.': 0.03; 'subject:Python': 0.05; 'importerror:': 0.05; 'repl': 0.09; 'python': 0.10; 'subject:not': 0.11; 'received:io': 0.16; 'received:psf.io': 0.16; 'released.': 0.16; 'stuff.': 0.16; 'wrote:': 0.16; 'try:': 0.18; 'creates': 0.18; 'windows': 0.20; '"",': 0.22; 'import': 0.24; '(most': 0.24; 'header:In-Reply- To:1': 0.24; 'module': 0.25; 'header:User-Agent:1': 0.26; 'installed': 0.26; 'van': 0.26; 'folder': 0.30; 'guess': 0.31; 'traceback': 0.33; 'file': 0.34; 'there': 0.36; 'to:addr:python- list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:66': 0.38; 'does': 0.39; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'default': 0.61; 'here:': 0.63; '3.5.1': 0.84; 'phil': 0.91; 'subject:found': 0.93
X-Virus-Scanned Debian amavisd-new at riverbankcomputing.com
In-Reply-To <0df21c16-e39b-4711-b675-934ad98da61e@googlegroups.com>
X-Sender phil@riverbankcomputing.com
User-Agent Roundcube Webmail/0.9.5
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21rc2
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:103304

Show key headers only | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next 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