Where is pyside-uic?

。_饼干妹妹 提交于 2019-12-04 05:30:22

You should see a /Python27/Scripts/pyside-uic.exe. But I'm wondering why it's not visible (not executable). Maybe it's a packaging problem (permissions, etc). You could try to call it using the complete path.

If you installed PySide with homebrew, you need to install pyside-tools package also to get these command line tools:

$ brew install pyside-tools

When I installed using conda, the py-uic.exe was not unpacked. The problem was fixed by uninstalling and using pip.

>pip install pyside

For Mac it worked for me running the following command (needed to have macports installed):

sudo port install py27-pyside-tools

It installs on my Python 2.7 environment. I hope it helps.

Abdurrahman Shofy Adianto

In case someone need it, for Ubuntu 18.04 I need to install pyside-tools package first. Hope that helps.

sudo apt-get install pyside-tools
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!