Un truc du genre : http://www.qt.io/download-open-source/#section-2
Ah non mince ... oh le truc il faut télécharger et compiler la librairie ... mouais pas cool.
Good luck -, tu vas y arriver.
Ah j'ai trouvé ça : http://sourceforge.net/projects/pyqtx/files/
Une lib pyqt déjà compilé et distribué sous forme de package.
En lisant le readme pfffff pas simple (pas hyper copliqué non plus juste casse bon bon)
Minimal Version ---------------
Minimal version only includes compiled and linked PyQt libraries, which are linked against Qt libraries. You need to install Python, Qt Libraries and then install them. They enforce checks on both before performing an installation. If you need Qt libraries, download from http://qt.nokia.com/downloads/downloads#qt-lib . Current minimal version prefers libs 4.8.2 . Note that Qt Libs is different from Qt SDK. Just download *release* libs, around 180 MB in size. You also need Python. Download 2.7.x from official Python website. Download the version which contains both 32 bit and 64 bit version for PyQt to work. Current version is built upon Python 32/64 version 2.7.3. That's all. After having those two, download the setup and run it. After it finishes, a sample application will run using PyQt. It's a window with some text on it. If it worked, you're good to go. If it didn't, file an issue here.
