From nobody Thu Sep 30 13:55:25 2021 X-Original-To: python@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id AE3BF175FFE5 for ; Thu, 30 Sep 2021 13:55:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKvrs4Fyhz3mWp for ; Thu, 30 Sep 2021 13:55:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 680C54EC3 for ; Thu, 30 Sep 2021 13:55:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 18UDtPS0027194 for ; Thu, 30 Sep 2021 13:55:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 18UDtPsM027193 for python@FreeBSD.org; Thu, 30 Sep 2021 13:55:25 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 258571] textproc/retext: Preview does not work, missing dependency on textproc/py-markdown-math Date: Thu, 30 Sep 2021 13:55:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: xin3qu@protonmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: arved@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: FreeBSD-specific Python issues List-Archive: https://lists.freebsd.org/archives/freebsd-python List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258571 --- Comment #2 from xin3qu@protonmail.com --- (In reply to Kubilay Kocak from comment #1) Hi, here the output after hitting the "preview" button. GUI does not display any errors, just an empty preview pane: - - - - - - - 8< - - - - - - - - - - - - - - - 8< - - - - - - -=20 Exception occurred while parsing document: Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/ReText/tab.py", line 249, in updatePreviewBox self.converted =3D self.converterProcess.get_result() File "/usr/local/lib/python3.8/site-packages/ReText/converterprocess.py", line 184, in get_result raise ConversionError(result) ReText.converterprocess.ConversionError: The background markup conversion process received this exception: Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/ReText/converterprocess.= py", line 85, in _converter_process_func current_markup =3D markup_class(job['filename']) File "/usr/local/lib/python3.8/site-packages/markups/markdown.py", li= ne 209, in __init__ self._apply_extensions() File "/usr/local/lib/python3.8/site-packages/markups/markdown.py", li= ne 195, in _apply_extensions self.md =3D self.markdown.Markdown(extensions=3Dlist(extension_name= s), File "/usr/local/lib/python3.8/site-packages/markdown/core.py", line = 96, in __init__ self.registerExtensions(extensions=3Dkwargs.get('extensions', []), File "/usr/local/lib/python3.8/site-packages/markdown/core.py", line = 123, in registerExtensions ext =3D self.build_extension(ext, configs.get(ext, {})) File "/usr/local/lib/python3.8/site-packages/markdown/core.py", line = 162, in build_extension module =3D importlib.import_module(ext_name) File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 973, in _find_and_load_unlocked ModuleNotFoundError: No module named 'mdx_math' - - - - - - - >8 - - - - - - - - - - - - - - - >8 - - - - - - - --=20 You are receiving this mail because: You are on the CC list for the bug.=