A journey through games, programming, music and interaction
Posts tagged installation headaches
PyQt problem solved
Ok for anybody trying to install PyQt4 for Python 3.1 on Windows Vista and gets
“Load failed: The specified procedure could not be found”
every time they try to get an example to work.
This is the FIX for everybody who installed the binary version :
- first you don’t need MinGW or Qt for the installation to work
- Copy the entire content of Python31\Lib\site-packages\PyQt4\bin\ up into Python31\Lib\site-packages\PyQt4 , because even if you set the path right it doesn’t work otherwise
Tip from here http://stackoverflow.com/questions/2140836/pyqt-4-7-importerror-after-installing-on-windows , so thanks Reshure whoever you are.
Happy pythoning to everyone !