Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #7558

python3-cairo-dbg missing

From Alexandru Băluț <alexandru.balut@gmail.com>
Newsgroups linux.debian.maint.python
Subject python3-cairo-dbg missing
Date 2015-10-08 13:40 +0200
Message-ID <qhhId-2d4-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

I'm trying to debug Pitivi's Gtk Python3 app but I cannot because
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

Back to linux.debian.maint.python | Previous | Next | Find similar


Thread

python3-cairo-dbg missing Alexandru Băluț <alexandru.balut@gmail.com> - 2015-10-08 13:40 +0200

csiph-web