Hallo. Ich habe tcl-tk installiert und versucht, Tkinter in Python auszuführen. Es gibt auch einen Artikel "Wenn der Import von tkinter unter Mac OS X 10.11.3 (El Capitan) + pyenv + Python 3.5.1 nicht möglich ist".
$ brew install tcl-tk
$ brew install python --with-tcl-tk
$ python -c "import Tkinter; print Tkinter.__version__"
$Revision: 81008 $
$
$ brew install python3 --with-tcl-tk
$ python3 -c "import Tkinter; print(Tkinter.__version__)"
$Revision: 81008 $
Recommended Posts