[PyQt] 回复: PyQt5.QtGui can't be imported

Phil Thompson phil at riverbankcomputing.com
Mon Jul 15 11:03:23 BST 2013


On Mon, 15 Jul 2013 17:59:01 +0800, "levinie" <levinie at qq.com> wrote:
> Thanks for your help.
> I pass this to configure.py:
> /opt/python/bin/python3 configure.py --qmake
> /home/levi/apps/Qt5.1.0/5.1.0/gcc_64/bin/qmake --sip /opt/python/bin/sip
> 
> 
> Here is the output:
> 
> 
> DBus v1 does not seem to be installed.
> Qt v5.1.0 (Open Source) is being used.
> The qmake executable is /home/levi/apps/Qt5.1.0/5.1.0/gcc_64/bin/qmake.
> Qt is built as a shared library.
> SIP 4.14.7 is being used.
> The sip executable is /opt/python/bin/sip.
> These PyQt5 modules will be built: QtCore, QtNetwork, QtXmlPatterns,
> QtDBus.

You need to run it again with the --verbose flag to see why the additional
modules are not being built - then fix your installation.

Phil


More information about the PyQt mailing list