这是一个创建于 4059 天前的主题,其中的信息可能已经有所发展或是发生改变。
编程环境是 Windows7 x64 + Python3.3 + PyQt5,运行结果如下:
C:\Python33\Lib\site-packages\PyQt5\uic>python pyuic.py -h
Traceback (most recent call last):
File "pyuic.py", line 28, in <module>
from .driver import Driver
SystemError: Parent module '' not loaded, cannot perform relative import
2 条回复 • 1970-01-01 08:00:00 +08:00
|
|
1
timonwong 2013-09-26 08:45:38 +08:00 2
为什么要这么运行,Windows下执行pyuic5.bat就可以了。 或者: python -m PyQt5.uic.pyuic <arguments>
|