[Python-modules-team] python3-cairo-dbg missing
Alexandru Băluț
alexandru.balut at gmail.com
Thu Oct 8 10:50:19 UTC 2015
Hi,
I'm trying to debug Pitivi's python3 app but python3.4dm cannot import
cairo:
$ python3.4dm -c "import cairo"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3/dist-packages/cairo/__init__.py", line 18, in
<module>
from ._cairo import *
ImportError: No module named 'cairo._cairo'
This is because the cairo module uses an .so library:
$ ls /usr/lib/python3/dist-packages/cairo/*.so
_cairo.cpython-34m-x86_64-linux-gnu.so
I see for python-cairo there is python-cairo-dbg, but for python3-cairo
there is no python3-cairo-dbg. Could you please create one which provides
the debug version of the cairo module? (Should I file a bug to keep track
of this? Where?)
Thanks,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20151008/e82e3b17/attachment.html>
More information about the Python-modules-team
mailing list