[Bug 267003] devel/py-mdv 1.7.4_1 fails to run: AttributeError: 'HTMLParser' object has no attribute 'unescape'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Oct 2022 21:06:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267003 Bug ID: 267003 Summary: devel/py-mdv 1.7.4_1 fails to run: AttributeError: 'HTMLParser' object has no attribute 'unescape' Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ehaupt@FreeBSD.org Reporter: p5B2EA84B3@t-online.de Flags: maintainer-feedback?(ehaupt@FreeBSD.org) Assignee: ehaupt@FreeBSD.org # mdv README.md Traceback (most recent call last): File "/usr/local/bin/mdv", line 33, in <module> sys.exit(load_entry_point('mdv==1.7.4', 'console_scripts', 'mdv')()) File "/usr/local/lib/python3.9/site-packages/mdv/markdownviewer.py", line 1657, in run print(main(**kw) if PY3 else str(main(**kw))) File "/usr/local/lib/python3.9/site-packages/mdv/markdownviewer.py", line 1375, in main the_html = MD.convert(md) File "/usr/local/lib/python3.9/site-packages/markdown/core.py", line 268, in convert newRoot = treeprocessor.run(root) File "/usr/local/lib/python3.9/site-packages/mdv/markdownviewer.py", line 1150, in run formatter(doc, out) File "/usr/local/lib/python3.9/site-packages/mdv/markdownviewer.py", line 1145, in formatter formatter(c, out, hir + 1, parent=el) File "/usr/local/lib/python3.9/site-packages/mdv/markdownviewer.py", line 970, in formatter t = html_parser.unescape(t) AttributeError: 'HTMLParser' object has no attribute 'unescape' -- You are receiving this mail because: You are the assignee for the bug.