我已经成功安装了Qt4.7.3、Python3.2、SIP和PyQt4。或者我想我知道?我可以的没有任何问题,但当我尝试运行以下代码时:import sysapp = QtGui.QApplication(sys.argv)
widget = QtGui.QWidget/simple.py", line 6, in
我正试图暂时将我当前版本的PyQt5降级为PyQt4。但是,此命令conda install pyqt=4.11只产生此错误。UnsatisfiableError: The following specifications were found to be in conflict: - python 3.6*
我能做些什么来解决这个问题?