linux 下安装PyQt4出错了

安装过SIP
执行python ./configure 时出错提示:
Determining the layout of your Qt installation... Error: Failed to determine the layout of your Qt installation. Try again using the --verbose flag to see more detail about the problem.
解决办法:
后边加 -q qmake路径,我电脑上为 qmake4-64文件



你可能感兴趣的:(linux)