Date: Wed, 12 Oct 2022 21:06:48 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267003] devel/py-mdv 1.7.4_1 fails to run: AttributeError: 'HTMLParser' object has no attribute 'unescape' Message-ID: <bug-267003-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267003 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=20 Traceback (most recent call last): File "/usr/local/bin/mdv", line 33, in <module> sys.exit(load_entry_point('mdv=3D=3D1.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 =3D MD.convert(md) File "/usr/local/lib/python3.9/site-packages/markdown/core.py", line 268,= in convert newRoot =3D 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=3Del) File "/usr/local/lib/python3.9/site-packages/mdv/markdownviewer.py", line 970, in formatter t =3D html_parser.unescape(t) AttributeError: 'HTMLParser' object has no attribute 'unescape' --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267003-7788>