gpt4 book ai didi

python - 为什么通过 Homebrew 安装的 Python 不包括 Tkinter

转载 作者:IT老高 更新时间:2023-10-28 20:45:46 29 4
gpt4 key购买 nike

我已经通过 Homebrew 在我的 Mac 上安装了 Python。

brew install python

之后我检查了我的 Python 版本为 2.7.11,然后我尝试执行

import Tkinter

我收到以下错误消息:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 39, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter

最佳答案

我正在运行 MacOS Big Sur (11.2.3)。

使用 python2,我内置了 Tkinter

使用python3,必须手动安装,非常简单,运行即可:

$ brew install python-tk

要在终端中运行 python2,请执行 python file.py

要在终端中运行 python3,请执行 python3 file.py

关于python - 为什么通过 Homebrew 安装的 Python 不包括 Tkinter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36760839/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com