Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 May 2021 02:44:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 255602] lang/python38: 'import turtle' fails: ModuleNotFoundError: No module named '_tkinter'
Message-ID:  <bug-255602-21822-LS2WxSyXtB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255602-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255602-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255602

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-qa
             Status|New                         |Open

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
turle has existed and required tkinter to work pretty much forever. Some
potential courses of action, or variations thereof:

 - Unconditionally depend on x11-toolkits/py-tkinter *and* anything else
installed by the stdlib that depends on external libraries (like sqlite doe=
sn't
work without databases/py-sqlite3), because turtle is not a unique case.

 - Add OPTIONS for all external library dependencies (this is technically an
incomplete solution if it doesn't also remove modules when the options are
disabled)

 - Don't install any module which has a third party dependency in lang/pyth=
on*
ports, and install/package them with the respective sub-packaged port

 - WONTFIX (asking if the error message is enough for users to grok what to=
 do)

 - Stop sub-packaging

 - ...

--=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-255602-21822-LS2WxSyXtB>