I tried a lot of technics but nothing work, I want to convert my .ui file to a .py file, using the pyuic4 in cmd, but the result is : from PyQt4 import QtCore ImportError: DLL load failed: %1 [...] is not a valid Win32 application
I'm using a 64bits system with python27 and "PyQt4-4.11.4-gpl-Py2.7-Qt4.8.7-x64.exe" from Riverbank, I think it's because I install a 64bits version but i'm not sure. If someone could have an idea, it could be awesome ! :)