Package: python2.4-dbg Severity: important Hi,
While trying to investigate a bug in an extension module using python2.4-dbg, I ran into what seems to be a configuration problem in that package. On a normal debian python installation, sys.exec_prefix is '/usr' (same value as sys.prefix). When using python2.4-dbg, I get the following values: >>> import sys >>> sys.exec_prefix '/usr/lib' This breaks the program I'm trying to debug which uses this value and then fails to find a number of things on the filesystem, because it looks on the wrong path. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.10diskless Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-15) (ignored: LC_ALL set to [EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

