Andrew
Andrew

Reputation: 12422

Troubles installing PyQt4

I'm following this guide.

I followed the instructions on that guide, but when I tried to test it (from PyQt4.Qt install *), it said the module didn't exist. I checked all the files that guide said should exist, and none of them existed.

What should I do?

Oh:

sip installed fine. from sip import * didn't yield errors, print(SIP_VERSION_STR) output 4.10-snapshot-20091204.

Upvotes: 0

Views: 365

Answers (1)

YOU
YOU

Reputation: 123831

There is pre-built version already, why you still need to build yourself?

http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-Py3.1-gpl-4.6.2-2.exe

Upvotes: 5

Related Questions