Package: python-central
Version: 0.5.13
Followup-For: Bug #418108

I am guessing that the fix to the problem can be as simple as adding a 
line "global config" under "global _defaults" in the failed script:

--- /usr/share/pycentral-data/pyversions.py.orig        2007-04-06 
23:23:10.000000000 -0400
+++ /usr/share/pycentral-data/pyversions.py     2007-04-06 23:21:12.000000000 
-0400
@@ -11,6 +11,7 @@
 _defaults = None
 def read_default(name=None):
     global _defaults
+    global config
     from ConfigParser import SafeConfigParser, NoOptionError
     if not _defaults:
         if os.path.exists('/usr/share/python/debian_defaults'):


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.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]

Reply via email to