+ 11

Will tkinter(a module in python) work on SoloLearn?

I'm trying to run a simple code of tkinter on SoloLearn.. But it raises an error. Is this a problem in SoloLearn's compiler or is there something I can do? Or is it like tkinter is only for windows, linux, etc? (because I don't see a way a window would pop-up on android😶) https://code.sololearn.com/cKzcE1yjIRu5/?ref=app

10th Nov 2017, 2:21 PM
Yash✳️
Yash✳️ - avatar
4 ответов
+ 10
@yash Get a compiler like PyCharm.
10th Nov 2017, 3:34 PM
qwerty
qwerty - avatar
+ 7
No, Sololearn doesn't support GUI programming yet....
10th Nov 2017, 2:40 PM
Cool Codin
Cool Codin - avatar
+ 5
Nope CP doesn't support GUI. Only system related modules
14th Nov 2017, 4:56 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
Pydroid works. Supports GUI with Turtle, Tkinter and Pygame SLT2. Also, if you ticked the option to include GUI with your Python setup it will work painlessly in IDLE. So you don't need a fancy IDE for it to work :)
12th May 2019, 9:36 AM
Clueless Coder
Clueless Coder - avatar