https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255602
Bug ID: 255602
Summary: lang/python38: 'import turtle' fails:
ModuleNotFoundError: No module named '_tkinter'
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Flags: maintainer-feedback?([email protected])
Assignee: [email protected]
> $ python3.8
> Python 3.8.8 (default, Feb 25 2021, 10:57:58)
> [Clang 10.0.1 ([email protected]:llvm/llvm-project.git
> llvmorg-10.0.1-0-gef32c611a on freebsd12
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import turtle
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File "/usr/local/lib/python3.8/turtle.py", line 107, in <module>
> import tkinter as TK
> File "/usr/local/lib/python3.8/tkinter/__init__.py", line 36, in <module>
> import _tkinter # If this fails your Python may not be configured for Tk
> ModuleNotFoundError: No module named '_tkinter'
> >>>
FreeBSD 12.2
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "[email protected]"