Open ghost opened 8 years ago
Same here. Tkinter is the leading GUI toolkit for python. Can this be resolved? please. I love ATOM but this is a show stopper for me.
This really needs to be fixed.
If your using python 3, then you need to import it by using Tkinter
instead of tkinter
. If your going to run the code anywhere else however, you need to change Tkinter
back to tkinter
.
Hope this helps :) @efeurich @jackHedaya
Tkinter works with the 2.7 modules, but fails to import when using Python 3. The code works fine when running the script in IDLE3.