Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Phil Thompson 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: 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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:103304 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 "", line 1, in > 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