Package: python2.4-minimal
Version: 2.4.4-3
Python 2.4 minimal is horribly borked in Testing. At the bottom of the
message is a transcript of attempts to both install and uninstall,
neither of which work. I'm stuck, because I can't uninstall the old
package and fall back to the version that worked. I can patch any
necessary files, but I don't know enough Python to fix this alone. Help!
Install attempt:
jeeves:/var/cache/apt/archives# dpkg --install
python2.4-minimal_2.4.4-3_i386.deb
Selecting previously deselected package python2.4-minimal.
(Reading database ... 55035 files and directories currently installed.)
Preparing to replace python2.4-minimal 2.4.4-2 (using
python2.4-minimal_2.4.4-3_i386.deb) ...
Unpacking replacement python2.4-minimal ...
Setting up python2.4-minimal (2.4.4-3) ...
Linking and byte-compiling packages for runtime python2.4...
Traceback (most recent call last):
File "/usr/bin/pycentral", line 1373, in ?
main()
File "/usr/bin/pycentral", line 1363, in main
if action.check_args(global_options):
File "/usr/bin/pycentral", line 971, in check_args
for rt in get_installed_runtimes():
File "/usr/bin/pycentral", line 196, in get_installed_runtimes
supported = pyversions.supported_versions()
File "/usr/share/pycentral-data/pyversions.py", line 98, in
supported_versions
value = read_default('supported-versions')
File "/usr/share/pycentral-data/pyversions.py", line 22, in read_default
value = config.get('DEFAULT', name)
UnboundLocalError: local variable 'config' referenced before assignment
dpkg: error processing python2.4-minimal (--install):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
python2.4-minimal
Uninstall attempt:
jeeves:/var/cache/apt/archives# dpkg --purge --force-depends
python2.4-minimal
dpkg: python2.4-minimal: dependency problems, but removing anyway as you
request:
python-minimal depends on python2.4-minimal (>= 2.4.4).
(Reading database ... 55031 files and directories currently installed.)
Removing python2.4-minimal ...
Unlinking and removing bytecode for runtime python2.4
Traceback (most recent call last):
File "/usr/bin/pycentral", line 1373, in ?
main()
File "/usr/bin/pycentral", line 1363, in main
if action.check_args(global_options):
File "/usr/bin/pycentral", line 1026, in check_args
for rt in get_installed_runtimes(with_unsupported=True):
File "/usr/bin/pycentral", line 196, in get_installed_runtimes
supported = pyversions.supported_versions()
File "/usr/share/pycentral-data/pyversions.py", line 98, in
supported_versions
value = read_default('supported-versions')
File "/usr/share/pycentral-data/pyversions.py", line 22, in read_default
value = config.get('DEFAULT', name)
UnboundLocalError: local variable 'config' referenced before assignment
dpkg: error processing python2.4-minimal (--purge):
subprocess pre-removal script returned error exit status 1
Errors were encountered while processing:
python2.4-minimal
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]