I have a new Mac, and I installed Python maybe two or three months ago, the newest version. Recently, I've been trying to get Tkinter to work, and I installed the Tk/Tcl I was supposed to (the latest one, as of February 3 2015). Still, when I try to import Tkinter
I get an error message saying that it cannot find the module. Is there anything to be done?
Asked
Active
Viewed 95 times
0

Elle Nolan
- 379
- 5
- 8
- 22
-
4Given that you say you have the latest version of Python (Python 3.4), the module name has changed to `tkinter` from `Tkinter` – zehnpaard Feb 03 '15 at 07:34
-
I feel like an idiot... thanks :P – Elle Nolan Feb 03 '15 at 07:40