Bug#481936: python-gobject: undefined symbol: PySignal_SetWakeupFd

Marc Fargas telenieko at telenieko.com
Mon May 19 17:10:38 UTC 2008


Package: python-gobject
Version: 2.14.1-6
Severity: normal

Hi,
With python2.5 you can't import gobject (and hence gtk) anymore:

On Python2.4:
    Python 2.4.5 (#2, Apr 17 2008, 13:00:52) 
    [GCC 4.2.3 (Debian 4.2.3-3)] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import gobject
    >>> 

on Python2.5:
    Python 2.5.2 (r252:60911, Apr 17 2008, 13:15:05) 
    [GCC 4.2.3 (Debian 4.2.3-3)] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import gobject
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "/var/lib/python-support/python2.5/gtk-2.0/gobject/__init__.py", line 30, in <module>
        from gobject.constants import *
      File "/var/lib/python-support/python2.5/gtk-2.0/gobject/constants.py", line 22, in <module>
        from _gobject import type_from_name
    ImportError: /var/lib/python-support/python2.5/gtk-2.0/gobject/_gobject.so: undefined symbol: PySignal_SetWakeupFd
    >>> 


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'gutsy'), (300, 'unstable'), (150, 'experimental'), (100, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-gobject depends on:
ii  libc6                         2.7-11     GNU C Library: Shared libraries
ii  libffi5                       3.0.5-1    Foreign Function Interface library
ii  libglib2.0-0                  2.16.3-2   The GLib library of C routines
ii  python                        2.5.2-1    An interactive high-level object-o
ii  python-support                0.7.7      automated rebuilding support for P

python-gobject recommends no packages.

-- no debconf information






More information about the pkg-gnome-maintainers mailing list