atom-community / atom-script

:runner: Run ( scripts | selections | source ) in Atom
https://atom.io/packages/script
MIT License
733 stars 269 forks source link

Python3 Tkinter module error #877

Open ghost opened 8 years ago

ghost commented 8 years ago

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.

efeurich commented 7 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.

jackHedaya commented 7 years ago

This really needs to be fixed.

MrSimmmons commented 6 years ago

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