Your message dated Sat, 17 Jun 2006 11:17:26 +0200
with message-id <[EMAIL PROTECTED]>
and subject line python2.x/python-central postinst error fixed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
Version: 0.4.17

see http://lists.debian.org/debian-devel/2006/06/msg00706.html
as workaround, please install from the archive:
http://http.us.debian.org/debian/pool/main/p/python-central/python-central_0.4.17_all.deb

in case the upgrade from 0.4.16 fails, unpack the new version first.
dpkg --unpack python-central_0.4.17_all.deb

--- End Message ---

Reply via email to