[Bug 255602] lang/python38: 'import turtle' fails: ModuleNotFoundError: No module named '_tkinter'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 5 02:44:33 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255602
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |needs-qa
Status|New |Open
--- Comment #1 from Kubilay Kocak <koobs at 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 doesn'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/python*
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
- ...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list