+ 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
4 ответов
+ 10
@yash Get a compiler like PyCharm.
+ 7
No, Sololearn doesn't support GUI programming yet....
+ 5
Nope CP doesn't support GUI.
Only system related modules
+ 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 :)