[Python-modules-team] Bug#755767: python3-pyqt5-dbg: Missing symbol causes dbg package to fail to import

Scott Kitterman debian at kitterman.com
Wed Jul 23 03:31:17 UTC 2014


Source: pyqt5
Version: 5.3.1+dfsg-1
Severity: serious
Justification: maintainer designated


Python 3.4.1 (default, Jul  6 2014, 22:30:31) 
[GCC 4.9.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyQt5
>>> import PyQt5.QtCore
>>> 

Python 3.4.1 (default, Jul  6 2014, 22:41:03) 
[GCC 4.9.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyQt5
>>> import PyQt5.QtCore
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/lib/python3/dist-packages/PyQt5/QtCore.cpython-34dm-i386-linux-gnu.so: undefined symbol: PyModule_Create2
>>>

This is in an up to date Sid chroot.  Packages are from the same build, just
one regular and one -dbg.



More information about the Python-modules-team mailing list