问题标签 [pyuic]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
28 浏览

python - Python子进程Popen python可执行文件未找到

在上述脚本(函数:parse_directory_2)的第二部分(#2)中,我调用 pyuic5 将 PyQt5 ui 文件(使用 Qt Designer 制作)编译为 .py 文件。

错误是:

但在那之后,如果我手动运行python -m PyQt5.uic.pyuic -x "/home/chris/Documents/Projects/papinhio-player/ui/main-window/wrong-url-address.ui" -o "/home/chris/Documents/Projects/papinhio-player/src/compiled_ui/main-window/wrong-url-address.py"没有错误,并且创建了 py 文件。

所以,我认为是python路径错误。

我尝试使用 /usr/bin/python3.9 (别名 python),但显示相同的错误。

有什么想法吗?

0 投票
1 回答
22 浏览

python - pyuic5找不到文件

我正在学习 PyQt5,在将 ui 转换为 py 时,它会抛出此错误:

文件名为Disaster.ui。命令是: