0

I want to install PyQt to use features of the Qt-library for my Python programms. When I execute 'configure.py' in the command window I get the following error:

Error: Make sure you have a working Qt qmake on your PATH.

About my system and what I've done yet: I use Python 3.2 on Windows 7. First I compiled sip-4.15.5. After getting the error above, I also installed Qt5.2.1. Both installations worked without a problem, but the error stayed the same.

I have tried a solution for apparently the same problem, found on stackoverflow. But it doesn't work for me (exportisn't a windows command, is it?). And I don't use the PyQt installer, because it's only available for Python 2.7 and 3.3.

Thanks.

1 Answer 1

2

You can download a PyQt installer for Python 3.2 here at Christoph Gohlke's Python Extension Packages for Windows repository. Whenever I'm looking to install or update a module on Windows, I look there first.

Sign up to request clarification or add additional context in comments.

4 Comments

Thanks for your answer. I installed it, tomorrow I'll try it.
@julian - glad I could help. If my answer helped solve your problem, please click the check mark next to it to mark it as correct. It will also indicate that your issue was addressed to others that may have the same or a similar question. Finally, we both get reputation points from it. For more information, check out What does it mean when an answer is accepted?
@MattDMo How to install .whl files on windows?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.