pyside-uic/pyuic4:找不到命令
我在 OS X Snow Leopard 上运行 Python 2.7。我使用 Macports 安装了 Python。然后,我安装了 py27-pyqt4 和 py27-pyside,但无法让它们工作。
当我导入时,Python 不会给出错误,但当我测试时,我在终端中收到以下错误:
pyside-uic:找不到命令
pyuic4:找不到命令
I'm running Python 2.7 on OS X Snow Leopard. I installed Python using Macports. Then, I installed py27-pyqt4 and py27-pyside, and I can't get them to work.
Python doesn't give errors when I import, but I get the following errors in the terminal when I test either:
pyside-uic : command not found
pyuic4 : command not found
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您仍在使用默认的 Mac OS Python,而不是使用新安装的 Python。
版本(应该在 /usr/local/bin 内)
.bash_profile PATH=/usr/local/bin/:$PATH
导入PyQt4
You are still using the default Mac OS Python and not using the new installed one.
version (should be inside /usr/local/bin )
.bash_profile PATH=/usr/local/bin/:$PATH
import PyQt4