Help installing latest PyQT

David Robinow drobinow at gmail.com
Tue Apr 2 12:10:49 EDT 2013


On Tue, Apr 2, 2013 at 11:39 AM, D. Xenakis <gouzounakis at hotmail.com> wrote:

> Hi there im trying to install PyQT (version
> PyQt4-4.10-gpl-Py3.3-Qt5.0.1-x64-2.exe) but i dont know how to make sure i
> have installed everything correctly. I tried to find documentation about
> this but most links were very dead..
>
> So far so good.. i have:
> 1)Downloaded and installed "Python 3.3.0 Windows X86-64 MSI Installer"
> from http://www.python.org/download/ , here: "C:\Python33" (i have 64 bit
> Win7 pro Greek edition)
>
> 2)Downloaded and unzipped "sip-4.14.5.zip" from
> http://www.riverbankcomputing.com/software/sip/download , here:
> "D:\Downloads\sip-4.14.5" (other than that, haven't played with this folder
> any further, cause i dont know what exactly i should do with that so
> everything is get properly done..) I suppose after having it unzipped, i
> should then move that somewhere (maybe here "C:\Python33") and then maybe
> run some commands but.. help needed here so i dont do something wrong, as
> this link http://goo.gl/UuLjz doesnt make that clear to me what exact
> steps i should follow :( .
>
sip is not required unless you're building PyQt from sources. You don't
need to do anything with this.

>
> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130402/d7fc8113/attachment.html>


More information about the Python-list mailing list