简体   繁体   中英

Python Error When creating a .py file from a .ui file (from Qt designer)

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 ! :)

也许尝试PYQT3。版本4中有一些错误

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM