Package: python-central
Version: 0.4.16
Severity: grave
Justification: renders package unusable
Install/upgrade of python2.4-minimal produces the following:
Traceback (most recent call last):
File "/tmp/pycentral", line 1366, in ?
main()
File "/tmp/pycentral", line 1360, in main
rv = action.run(global_options)
File "/tmp/pycentral", line 893, in run
pkg.set_default_runtime_from_version_info()
File "/tmp/pycentral", line 576, in set_default_runtime_from_version_info
self.default_runtime = get_runtime_for_version(versions[0])
This appears to be because pyversions.requested_versions returns class
of type 'sets.Set' rather than a list:
import sys
sys.path[0:0] = ['/usr/share/python']
import pyversions
versions = pyversions.requested_versions("2.4", version_only=True)
type(versions)
<class 'sets.Set'>
Cheers,
Steve
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages python-central depends on:
ii python 2.3.5-9 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]