Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在尝试进行 PyQt5 设计,但是当我想将其转换为 .py 文件时,我做不到。pyuic5 错误始终存在于 cmd 中,但是当我尝试在 Pycharm 终端中使用此命令时,它工作正常,我只需要更改我希望命令识别它的文件目录。
我想主要使用这个功能:
pyuic5 -x test.ui -o test.py
这就是我所面临的,所以如果有人有任何解决方案,请分享。