Package: python-central Version: 0.5.13 Followup-For: Bug #418108 Hello,
in file pyversions.py: --- pyversions.py 2007-04-06 18:06:09.000000000 +0200 +++ /usr/share/pycentral-data/pyversions.py 2007-04-07 17:26:19.000000000 +0200 @@ -19,7 +19,7 @@ _defaults = config if _defaults and name: try: - value = config.get('DEFAULT', name) + value = _defaults.get('DEFAULT', name) except NoOptionError: raise ValueError return value It just seems that 'config' variable is used instead of '_defaults' variable... I tried it and it fully worked. Laurent. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Versions of packages python-central depends on: ii python 2.4.4-2 An interactive high-level object-o python-central recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]