Your message dated Sat, 18 Nov 2006 08:35:23 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#399195: python-cairo: python2.3 import fail
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Subject: python-cairo: python2.3 import fail
Package: python-cairo
Version: 1.2.0-1
Severity: serious
$ python2.3
Python 2.3.5 (#2, Oct 18 2006, 23:04:45)
[GCC 4.1.2 20061015 (prerelease) (Debian 4.1.1-16.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import cairo
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named cairo
>>>
$ python2.4
Python 2.4.4 (#2, Oct 20 2006, 00:23:25)
[GCC 4.1.2 20061015 (prerelease) (Debian 4.1.1-16.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import cairo
>>>
>>>
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-vserver-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages python-cairo depends on:
ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries
ii libcairo2 1.2.4-4 The Cairo 2D vector graphics libra
ii python 2.4.4-1 An interactive high-level object-o
ii python-central 0.5.10 register and build utility for Pyt
python-cairo recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Loic Dachary (OuoU) wrote:
> Subject: python-cairo: python2.3 import fail
> Package: python-cairo
> Version: 1.2.0-1
> Severity: serious
>
> $ python2.3
> Python 2.3.5 (#2, Oct 18 2006, 23:04:45)
> [GCC 4.1.2 20061015 (prerelease) (Debian 4.1.1-16.1)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import cairo
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> ImportError: No module named cairo
> $ python2.4
> Python 2.4.4 (#2, Oct 20 2006, 00:23:25)
> [GCC 4.1.2 20061015 (prerelease) (Debian 4.1.1-16.1)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import cairo
>>>>
>>>>
This is the hint, whenever you install python-cairo
and have python2.3 installed you get this message:
INFO: using old version '/usr/bin/python2.3'
Unpacking replacement python-cairo ...
Setting up python-cairo (1.2.0-1) ...
The versions that python-cairo gets built on is under the
control of the debian python policy and programs that
interpret it such as python-central. If you want to get
python 2.3 support returned, contact them.
So this bug will not be fixed, since right now python 2.3
is not returned when 'pyversions -r' is run asking for "all"
debian python versions:
$ apt-get build-dep python-cairo
...
$ apt-get source python-cairo
...
$ cd pycairo-1.2.0
$ pyversions -r
python2.4
Dave
--- End Message ---