I have been using the Qt C++ framework and now I need to switch to PyQt to use the Python programming language instead. However I am having some trouble installing PyQt on Windows.
I have tried to follow this link: http://blog.oak-tree.us/index.php/2009/05/12/pyqt-windows ANd when I get to the point where I have to enter in the command line: "mingw32-make" (without quotation marks)
I get an error that says 'mingw32-make' is not recognized as an internal or external command, operable program or batch file
Has anyone successfully installed everything needed to be able to develop Qt GUI applications on Windows with Python and can give me some guidance? As I mentioned I already had the Qt SDK installed and working. So I just downloaded Python 2.6.6, PyQt 4.8.3 and Sip 4.12.2. But I don't know how to install all these tools to get something working. Any help will be appreciated.
Thanks.