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.
试图在 Eric6 IDE 中编译表单(对话框)。但得到编译失败错误。日志说“pyuic4:系统找不到路径”(如果您使用的是中文系统,请在Eric config的Python页面中切换编码)
我正在使用 Anaconda python3 64 位环境。
由于未知原因,输入的路径字符串 C:\Anaconda\Lib\site-packages\PyQt4\pyuic.bat错误:
C:\Anaconda\Lib\site-packages\PyQt4\pyuic.bat
@"C:\aroot\stage\python" "C:\aroot\stage\Lib\site-packages\PyQt4\uic\pyuic.py" %1 %2 %3 %4 %5 %6 %7 %8 %9
在您的系统中更改\aroot\stage为正确的路径,它将起作用
\aroot\stage
也可以参考这个中文页面: http ://snowdaily.pixnet.net/blog/post/65607269-%E5%B0%87-.ui-%E4%BD%88%E5%B1%80%E6%AA %94%E8%BD%89%E6%8F%9B%E6%88%90-.py-python-%E7%A8%8B%E5%BC%8F%E6%AA%94