Your message dated Tue, 19 Sep 2006 19:40:53 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#388292: python2.4-dbg: fails to load C extensions
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 ---
Package: python2.4-dbg
Version: 2.4.3-8
Severity: normal
Hi,
the python2.4-dbg package cannot load any C compiled extensions.
I tested with some installed ones as well as freshly compiled from source,
and always get this error (here with _ctypes.so):
$ python2.4-dbg
Python 2.4.4c0 (#1, Jul 30 2006, 15:42:48)
[GCC 4.1.2 20060715 (prerelease) (Debian 4.1.1-9)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import _ctypes
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: /usr/lib/python2.4/site-packages/_ctypes.so: undefined symbol:
Py_InitModule4
[18546 refs]
Regards,
Bastian
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-treasure10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages python2.4-dbg depends on:
ii blt 2.4z-4 the BLT extension library for Tcl/
ii libbz2-1.0 1.0.3-6 high-quality block-sorting file co
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii libdb4.4 4.4.20-8 Berkeley v4.4 Database Libraries [
ii libgdbm3 1.8.3-3 GNU dbm database routines (runtime
ii libncurses5 5.5-3 Shared libraries for terminal hand
ii libncursesw5 5.5-3 Shared libraries for terminal hand
ii libreadline5 5.1-8 GNU readline and history libraries
ii libssl0.9.8 0.9.8c-1 SSL shared libraries
ii libx11-6 2:1.0.0-9 X11 client-side library
ii python2.4 2.4.3-8 An interactive high-level object-o
ii tcl8.4 8.4.12-1.1 Tcl (the Tool Command Language) v8
ii tk8.4 8.4.12-1 Tk toolkit for Tcl and X11, v8.4 -
ii zlib1g 1:1.2.3-13 compression library - runtime
python2.4-dbg recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Not a bug. Extensions need to be built for the debug mode as well.
--- End Message ---