python -m tkinter がうまくいきません
エラーメッセージは
Traceback (most recent call last):
File "/Users/croma/.pyenv/versions/3.8.0/lib/python3.8/runpy.py"
, line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Erro
r)
File "/Users/croma/.pyenv/versions/3.8.0/lib/python3.8/runpy.py"
, line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/Users/croma/.pyenv/versions/3.8.0/lib/python3.8/runpy.py"
, line 109, in get_module_details
import(pkg_name)
File "/Users/croma/.pyenv/versions/3.8.0/lib/python3.8/tkinter/
init_.py", line 36, in <module>
import _tkinter # If this fails your Python may not be configu
red for Tk
ModuleNotFoundError: No module named '_tkinter'
ネットに載っている動かない時の記事をあらかた試しました。
そのせいで訳が分からなくなってしまっているのも事実なので
1、解決方法
または
2、MACのpython環境のuninstall方法を教えて欲しいです。
(home-brew,pyenv,pipは入っていますが、他に何が入っているのかは把握できてません)
環境
MacBookAir
Atom
python3系(3.3.4 3.4.3 3.7.2 3.8.0)で試してます
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/11/22 04:21