Your message dated Wed, 18 Feb 2009 10:40:36 +0100
with message-id <[email protected]>
and subject line Closing genshi 'import error'
has caused the Debian Bug report #508177,
regarding [python-genshi] UserWarning: Module genshi was already imported
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 [email protected]
immediately.)
--
508177: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508177
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-genshi
Version: 0.5.1-1
Severity: normal
> python
Python 2.5.2 (r252:60911, Nov 14 2008, 21:49:10)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import genshi
/var/lib/python-support/python2.5/genshi/__init__.py:24: UserWarning: Module
genshi was already imported from
/var/lib/python-support/python2.5/genshi/__init__.py, but
/var/lib/python-support/python2.5 is being added to sys.path
from pkg_resources import get_distribution, ResolutionError
>>>
--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.26-1-amd64
Debian Release: 5.0
500 unstable www.debian-multimedia.org
500 unstable ftp.de.debian.org
1 experimental ftp.de.debian.org
--- Package information. ---
Depends (Version) | Installed
=============================-+-===========
libc6 (>= 2.7-1) | 2.7-16
python (<< 2.6) | 2.5.2-3
python (>= 2.4) | 2.5.2-3
python-support (>= 0.7.1) | 0.8.7
--- End Message ---
--- Begin Message ---
Hi,
Indeed, something was confused with python, python-support or something.
I resolved this problem by doing:
---
dpkg --force-depends --purge python2.5 python2.5-minimal python-support
python-genshi
apt-get install python2.5 python2.5-minimal python-support python-genshi
---
Note that was a somewhat brutal way of reinitializing python2.5 on my
system. But it helped, I can now import genshi without seeing the
warning.
Regards,
Erich
--- End Message ---