PyQt 5.3.1在ubuntu 14.04上安装

时间:2014-09-02 11:58:01

标签: python-2.7 ubuntu-14.04 pyqt5

我正在尝试在ubuntu 14.04上构建PyQt 5.3.1。我需要QtWebKit模块。

我按照步骤

配置了它
python configure.py -q /usr/lib/x86_64-linux-gnu/qt5/bin/qmake --sip-incdir=/usr/include/python2.7 --sipdir=/usr/share/sip  --enable QtWebKit QtWebKitWidgets

当我使用make

时出现以下错误
$HOME/PyQt-gpl-5.3.1/QtWebKit/sipQtWebKitQWebSettings.cpp:1208:48: error: ‘WebAudioEnabled’ is not a member of ‘QWebSettings’
     {sipName_WebAudioEnabled, static_cast<int>(QWebSettings::WebAudioEnabled), 26},
                                            ^
make[1]: *** [sipQtWebKitQWebSettings.o] Error 1
make[1]: Leaving directory '$HOME/PyQt-gpl-5.3.1/QtWebKit'
make: *** [sub-QtWebKit-make_first-ordered] Error 2

我该如何解决这个问题?

提前致谢。

1 个答案:

答案 0 :(得分:0)

您可以使用pip安装PyQt5,而不是从源代码构建。 试试pip install Python-Qt5