我使用qtcreator
开发了一个GUI应用程序,并使用pyuic5
转换为python脚本。
pyuic5 -x app.ui -o app.py
然后我将主用户界面导入为
from app import Ui_Rplatform as rp
然后我在导入行上出错
from app import Ui_Rplatform as rp
为
pyqt5.qtcore and pyqt4.qtcore modules both wrap the qobject class
可能是什么问题?