Your message dated Thu, 29 Oct 2009 19:24:26 +0100
with message-id <4ae9ddda.8010...@debian.org>
and subject line Re: python-central: problems with installin some python
packages due to /usr/share/pycentral-data/pyversion.py
has caused the Debian Bug report #551141,
regarding python-central: problems with installin some python packages due to
/usr/share/pycentral-data/pyversion.py
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
551141: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551141
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-central
Version: 0.6.11
Severity: critical
Justification: breaks unrelated software
Hello!
core of this bug is the follwing:
lines 170-172 from pyversion.py
debian_default = "python2.5"
# if not _default_version in (debian_default, os.path.join('/usr/bin',
debian_default)):
# raise ValueError, "/usr/bin/python does not match the python
default version. It must be reset to point to %s" % debian_default
here I comment two lines (this is my "stupid patch") which compare python
default version with required
without commenting Error message raise everytime when python packages should be
updated or installed
As I understand bug may be in line 171 or in function read_default (starts in
line 16)
to my regret I dont know python programming language
I think that this bug should be fixed easy by debian professional maintainers
Thanks
-- System Information:
Debian Release: squeeze/sid
APT prefers testing-proposed-updates
APT policy: (500, 'testing-proposed-updates'), (500, 'proposed-updates'),
(500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-central depends on:
ii python 2.5.4-2 An interactive high-level object-o
python-central recommends no packages.
python-central suggests no packages.
-- debconf-show failed
--- End Message ---
--- Begin Message ---
severity 551141 wishlist
tags 551141 + invalid
thanks
Modifying stuff in /usr, except for /usr/local and expecting things still to
work is the wrong assumption. Reset the symlink to the value provided by the
package, and all should be fine.
--- End Message ---