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

2008-05-23 Thread Markus Koller
Hi

I got the same error here, but the problem isn't with Python 2.5, it's the
patch introduced in 2.14.1-5. Reverting to -4 solved it for me.


Cheers,
Markus



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2008-05-23 Thread Markus Koller
Correction: I also had to downgrade python-gtk2 to 2.12.1-1



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2008-05-19 Thread Marc Fargas
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-1Foreign Function Interface library
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  python2.5.2-1An interactive high-level object-o
ii  python-support0.7.7  automated rebuilding support for P

python-gobject recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]