[PyQt] PyQt5.QtGui Undefined Symbol

Florian Bruhin me at the-compiler.org
Thu Mar 12 22:12:44 GMT 2015


* Felix Bearden <felix-biz at felixlovesliz.com> [2015-03-12 17:59:12 -0400]:
> >>> from PyQt5 import QtGui
> 
> Traceback (most recent call last):
> 
>   File "<stdin>", line 1, in
> <module>
> 
> ImportError:
> /usr/lib/python3/dist-packages/PyQt5/QtGui.so: undefined symbol:
> _ZNK14QSurfaceFormat10testOptionENS_12FormatOptionE

I've only see this happen if the Qt libraries at the point PyQt was
compiled don't match the currently installed libraries. Not sure if
that's the case in your case though.

Florian

-- 
http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
         I love long mails! | http://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150312/c2675674/attachment.sig>


More information about the PyQt mailing list