Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42606
| 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 | <gouzounakis@hotmail.com> |
| 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 | <mailman.20.1364931898.3114.python-list@python.org> |
| 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> <CAF3XjbwqkOHm1GDtiqvs-nKqQg_MWkS9cKP6vdBqZp+2OYDO4Q@mail.gmail.com> <mailman.20.1364931898.3114.python-list@python.org> |
| 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" <gouzounakis@hotmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Message-ID | <mailman.22.1364938355.3114.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
Τη Τρίτη, 2 Απριλίου 2013 10:44:43 μ.μ. UTC+3, ο χρήστης Sibylle Koczian έγραψε: > Am 02.04.2013 18:10, schrieb David Robinow: > > > > > > 3)Downloaded and installed "PyQt4-4.10-gpl-Py3.3-Qt5.0.1-x64-2.exe" > > > from http://www.riverbankcomputing.com/software/pyqt/download , > > > here: "C:\Python33" (It was the setup's default choice so i assumed > > > it was also the right one). > > > > > > Yes. > > > > > > > > > And thats it.. > > > > > > What should i do exactly now foks :) > > > > > > You should be done.Start an interactive python and enter: > > > >>>import PyQt4 > > > > > > If there's no traceback you're good to go. > > > > > > > I'd try one thing more from that interactive python prompt: > > > > from PyQt4 import QtCore > > from PyQt4 import QtGui > > > > Do you get tracebacks with this? (I do, that's why I ask.) > > > > The examples that come with the installation usually do both imports in > > one line, but for a first test this may be better: if you get an error, > > you see a little more. > > > > HTH > > Sibylle from PyQt4 import QtCore from PyQt4 import QtGui I get no error using those on IDLE 3.3
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Help installing latest PyQT "D. Xenakis" <gouzounakis@hotmail.com> - 2013-04-02 08:39 -0700
Re: Help installing latest PyQT David Robinow <drobinow@gmail.com> - 2013-04-02 12:10 -0400
Re: Help installing latest PyQT Sibylle Koczian <nulla.epistola@web.de> - 2013-04-02 21:44 +0200
Re: Help installing latest PyQT "D. Xenakis" <gouzounakis@hotmail.com> - 2013-04-02 13:47 -0700
Re: Help installing latest PyQT "D. Xenakis" <gouzounakis@hotmail.com> - 2013-04-02 13:47 -0700
Re: Help installing latest PyQT "D. Xenakis" <gouzounakis@hotmail.com> - 2013-04-02 13:35 -0700
Re: Help installing latest PyQT "D. Xenakis" <gouzounakis@hotmail.com> - 2013-04-02 13:42 -0700
csiph-web