how to import tkinter | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

how to import tkinter

import tkinter m=Tkinter.Tk() m.mainloop() used this but not working Error:No such file or directory (used sololearn editor)

15th Apr 2020, 4:43 PM
PRATHIK
PRATHIK - avatar
7 Answers
+ 7
Sololearn doesn't support Tkinter yet. Meanwhile, you can use Pydroid 3 which has good support for GUI libs. Works pretty well. https://play.google.com/store/apps/details?id=ru.iiec.pydroid3
15th Apr 2020, 7:13 PM
Nikhil
Nikhil - avatar
+ 1
tkinter might not work in Sololearn!
15th Apr 2020, 5:52 PM
Vishnu Ram M
Vishnu Ram M - avatar
+ 1
It doesnt work in solo learn. Havent been able to make it work on mobile myself through any means I know of. If you find out please share
15th Apr 2020, 6:37 PM
Slick
Slick - avatar
+ 1
Make sure first if the tkinter library exist
15th Apr 2020, 8:28 PM
HADÈS
HADÈS - avatar
+ 1
Ok tkinter does work on pydroid 3 ,I just ran a sample ,maybe my code was wrong that's why I was getting other error with IDE one ,so pydroid 3 is the app to go for if anyone wanna use tkinter
15th Apr 2020, 8:50 PM
Abhay
Abhay - avatar
0
Can i know where did you tried, sololearn code editor or other editor?
15th Apr 2020, 5:00 PM
Sudarshan Rai
Sudarshan Rai - avatar
0
sololearn
15th Apr 2020, 5:01 PM
PRATHIK
PRATHIK - avatar