Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7558
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Alexandru Băluț <alexandru.balut@gmail.com> |
| Newsgroups | linux.debian.maint.python |
| Subject | python3-cairo-dbg missing |
| Date | Thu, 08 Oct 2015 13:40:01 +0200 |
| Message-ID | <qhhId-2d4-11@gated-at.bofh.it> (permalink) |
| X-Original-To | debian-python@lists.debian.org |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Thu Oct 8 11:33:08 2015 |
| Old-Return-Path | <alexandru.balut@gmail.com> |
| X-Amavis-Spam-Status | No, score=-2.799 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=no autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -7 |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=jbFokkXdP0UbMJLe3GPBRk+jW/1cwiPqkD0B4TpAn2k=; b=TlYXuGanEwK0YOxq/+OG2KjEnE1YMK8H8mkipp0r/8shf3HHS/nselT48nhXY6lVw2 0Xxpx6x2Lb2HI1IwS+wOQJRM8hfM7fHdqps0DOSaBHbwx/P1mUyk0qlsvtFIRMX+1V+h BxIyIcIL9v3GSm8l/G9KPcs7MusZubfalVs7ikoJ2B2cJbe9+QVQmh9ao0Z0wiRJr6+d Te72sJr5nEB/VWSVScZkjo1ID9aerL3MFbEXHbXjj+sF6Y3TyZ6UYVi3IlxAg4fv86VO YeUd7ePhMuKBK8j6O6h8KA9U7uaHs+FWySv3xotZ3hgBYI3JBAKWj5pJmGHKtTEHjhNO 5w+Q== |
| X-Received | by 10.60.41.9 with SMTP id b9mr3870720oel.37.1444302957776; Thu, 08 Oct 2015 04:15:57 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/12869 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/CAHAfVU8Tn4Z_bhxizQfbpMVUD74Wzob3huGS16cVxUkfoG88Og@mail.gmail.com |
| Approved | robomod@news.nic.it |
| Lines | 24 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Thu, 8 Oct 2015 13:15:38 +0200 |
| X-Original-Message-ID | <CAHAfVU8Tn4Z_bhxizQfbpMVUD74Wzob3huGS16cVxUkfoG88Og@mail.gmail.com> |
| Xref | csiph.com linux.debian.maint.python:7558 |
Show key headers only | 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
python3-cairo-dbg missing Alexandru Băluț <alexandru.balut@gmail.com> - 2015-10-08 13:40 +0200
csiph-web