Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 May 2021 00:17:47 +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@https.bugs.freebsd.org/bugzilla/>

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

            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: python@FreeBSD.org
          Reporter: yuri@freebsd.org
             Flags: maintainer-feedback?(python@FreeBSD.org)
          Assignee: python@FreeBSD.org

> $ python3.8
> Python 3.8.8 (default, Feb 25 2021, 10:57:58)=20
> [Clang 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef3=
2c611a 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 <modul=
e>
>     import _tkinter # If this fails your Python may not be configured for=
 Tk
> ModuleNotFoundError: No module named '_tkinter'
> >>>=20

FreeBSD 12.2

--=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>