Your message dated Mon, 23 Aug 2010 14:17:04 +0200
with message-id <20100823121704.gk12...@melusine.alphascorpii.net>
and subject line Package got removed
has caused the Debian Bug report #588727,
regarding python-gendoc: broken with Python >= 2.5: ImportError: No module
named regex
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.)
--
588727: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588727
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-gendoc
Version: 0.73-11
Severity: grave
Justification: renders package unusable
Hello,
python-gendoc uses regex and regsub modules, even though they have been
removed from Python 2.5:
$ gendoc /usr/lib/python2.6/this.py
Warning: Failed to import MIFFormatter (<type 'exceptions.ImportError'>: No
module named regsub)
Warning: Failed to import HTMLFormatter (<type 'exceptions.ImportError'>: No
module named regsub)
Warning: Failed to import MMLFormatter (<type 'exceptions.ImportError'>: No
module named regsub)
Warning: Failed to import HTMLgenFormatter (<type 'exceptions.ImportError'>: No
module named regex)
Traceback (most recent call last):
File "/usr/bin/gendoc", line 4, in <module>
gendoc.gendoc.main_parseopts()
File "/usr/lib/pymodules/python2.6/gendoc/gendoc.py", line 242, in
main_parseopts
main(args, formats, head, parse, VERBOSE)
File "/usr/lib/pymodules/python2.6/gendoc/gendoc.py", line 284, in main
_formats.append(Formatters.formatters[format]())
KeyError: 'HTML'
$ gendoc -f ASCII /usr/lib/python2.6/this.py
Warning: Failed to import MIFFormatter (<type 'exceptions.ImportError'>: No
module named regsub)
Warning: Failed to import HTMLFormatter (<type 'exceptions.ImportError'>: No
module named regsub)
Warning: Failed to import MMLFormatter (<type 'exceptions.ImportError'>: No
module named regsub)
Warning: Failed to import HTMLgenFormatter (<type 'exceptions.ImportError'>: No
module named regex)
Traceback (most recent call last):
File "/usr/bin/gendoc", line 4, in <module>
gendoc.gendoc.main_parseopts()
File "/usr/lib/pymodules/python2.6/gendoc/gendoc.py", line 242, in
main_parseopts
main(args, formats, head, parse, VERBOSE)
File "/usr/lib/pymodules/python2.6/gendoc/gendoc.py", line 286, in main
manpages = collect(modules, _formats, head)
File "/usr/lib/pymodules/python2.6/gendoc/gendoc.py", line 291, in
import_collect
import doc_collect
File "/usr/lib/pymodules/python2.6/gendoc/doc_collect.py", line 95, in
<module>
import ManualPage
File "/usr/lib/pymodules/python2.6/gendoc/ManualPage.py", line 85, in <module>
import regex
ImportError: No module named regex
--
Jakub Wilk
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 0.73-11+rm
Hi!
As the package has been removed from the archive (please see
http://bugs.debian.org/593993 for details) I hereby close these bug
reports.
Best Regards,
Alexander
--- End Message ---