Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'assumed': 0.09; 'thats': 0.09; 'to:addr:comp.lang.python': 0.09; 'url:software': 0.09; 'cc:addr:python-list': 0.11; 'subject:Help': 0.11; 'python': 0.11; 'url:download': 0.12; '(it': 0.16; 'better:': 0.16; 'imports': 0.16; 'do,': 0.16; 'examples': 0.20; 'import': 0.22; 'cc:addr:python.org': 0.22; 'installation': 0.23; 'this?': 0.23; 'header:User-Agent:1': 0.23; 'error': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'skip:" 40': 0.26; 'header:In-Reply- To:1': 0.27; 'installed': 0.27; 'usually': 0.31; 'go.': 0.31; 'yes.': 0.31; "i'd": 0.34; 'test': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'idle': 0.36; 'should': 0.36; 'little': 0.38; "you're": 0.61; 'first': 0.61; 'here:': 0.62; 'more': 0.64; 'line,': 0.68; 'default': 0.69; '8bit%:92': 0.71; '8bit%:100': 0.72; 'one).': 0.84; 'subject:latest': 0.84; '2013': 0.98 X-Received: by 10.49.81.198 with SMTP id c6mr1441126qey.37.1364935661752; Tue, 02 Apr 2013 13:47:41 -0700 (PDT) Newsgroups: comp.lang.python Date: Tue, 2 Apr 2013 13:47:41 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=176.92.46.158; posting-account=w5zIPQkAAADQJ4uYAZCX7rtdCzv6ISFm References: <9056d15b-1610-4e16-a2d7-f987c97fb7e9@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 176.92.46.158 MIME-Version: 1.0 Subject: Re: Help installing latest PyQT From: "D. Xenakis" To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 76 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364938356 news.xs4all.nl 6849 [2001:888:2000:d::a6]:48862 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42606 =CE=A4=CE=B7 =CE=A4=CF=81=CE=AF=CF=84=CE=B7, 2 =CE=91=CF=80=CF=81=CE=B9=CE= =BB=CE=AF=CE=BF=CF=85 2013 10:44:43 =CE=BC.=CE=BC. UTC+3, =CE=BF =CF=87=CF= =81=CE=AE=CF=83=CF=84=CE=B7=CF=82 Sibylle Koczian =CE=AD=CE=B3=CF=81=CE=B1= =CF=88=CE=B5: > Am 02.04.2013 18:10, schrieb David Robinow: >=20 > > >=20 > > 3)Downloaded and installed "PyQt4-4.10-gpl-Py3.3-Qt5.0.1-x64-2.exe" >=20 > > from http://www.riverbankcomputing.com/software/pyqt/download , >=20 > > here: "C:\Python33" (It was the setup's default choice so i assumed >=20 > > it was also the right one). >=20 > > >=20 > > Yes. >=20 > > >=20 > > >=20 > > And thats it.. >=20 > > >=20 > > What should i do exactly now foks :) >=20 > > >=20 > > You should be done.Start an interactive python and enter: >=20 > > >>>import PyQt4 >=20 > > >=20 > > If there's no traceback you're good to go. >=20 > > >=20 >=20 >=20 > I'd try one thing more from that interactive python prompt: >=20 >=20 >=20 > from PyQt4 import QtCore >=20 > from PyQt4 import QtGui >=20 >=20 >=20 > Do you get tracebacks with this? (I do, that's why I ask.) >=20 >=20 >=20 > The examples that come with the installation usually do both imports in= =20 >=20 > one line, but for a first test this may be better: if you get an error,= =20 >=20 > you see a little more. >=20 >=20 >=20 > HTH >=20 > Sibylle from PyQt4 import QtCore=20 from PyQt4 import QtGui I get no error using those on IDLE 3.3