atom-community / atom-community/atom-script
tkinter gramer issue for python 3 [EASY FIX]
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
tkinter works fine with python 3, but for some reason if your importing it, you have to use the python 2.7 way
In python 2.7, you would import tkinter by using "Tkinter" but in python 3 you would use "tkinter"
Literally all it is, is the use of a capital T. If you use the capital T in python 3 it shouldn't work as it caused a crash in Python IDLE, but it does work in atom-script.
If you could fix this by making it work without needing the capital T, it would be a life saver!
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.