atom-community / atom-community/atom-script

tkinter gramer issue for python 3 [EASY FIX]

Open
#1,616 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.