PyQt setup for Qt 4.7.4

点点圈 提交于 2019-12-01 05:17:23

The error message says that the PyQt installer cannot find the qmake executable. Running these two commands should solve it:

PATH=$PATH:~/.QtSDK/Simulator/Qt/gcc/bin/
export PATH

Afterwards, resume your installation.

make -q /home/user/.QtSDK/Simulator/Qt/gcc/bin/qmake

Does that work? I'm not sure if the error came up when you ran make, but I assume so. If not, add -q /home/user/.QtSDK/Simulator/Qt/gcc/bin/qmake to the proper command.

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