PyQt 5.3.1 在 ubuntu 14.04 上安装

Posted

技术标签:

【中文标题】PyQt 5.3.1 在 ubuntu 14.04 上安装【英文标题】:PyQt 5.3.1 Installing on ubuntu 14.04 【发布时间】:2014-09-02 11:58:00 【问题描述】:

我正在尝试在 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

我该如何解决这个问题?

提前致谢。

【问题讨论】:

好像helpful! 或者,您可以使用apt-get install python3-pyqt5 安装它。 【参考方案1】:

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

【讨论】:

以上是关于PyQt 5.3.1 在 ubuntu 14.04 上安装的主要内容,如果未能解决你的问题,请参考以下文章

在 Ubuntu 14.04 中为 Python3.4 构建 PyQt5 的问题是由 qprinter.h 引起的,然后 pyuic5 错误

在Ubuntu14.04下安装 labelImg (标数据用)

Pygame和PyQt4如何集成?

[译]How to Install Node.js on Ubuntu 14.04 如何在ubuntu14.04上安装node.js

如何安装ubuntu14.04

Ubuntu14.04下Python3.4启动IDLE