Tkinter support not available? (yes I have the module installed)
File "/private/var/containers/Bundle/Application/0F18B724-8306-48E3-9711-7DA94041CAE8/Code.app/Library/lib/python3.9/turtle.py", line 107, in
Would tkinter support be possible in the app?
Unfortunately Tkinter is not supported. It requires a desktop OS environment to run.
Unfortunately Tkinter is not supported. It requires a desktop OS environment to run.
Is there any way or workaround to this problem? What exactly Tkinter requires to run?
I haven't dig into it too much but anything related to GUI requires a native bridge between Python and the OS.
That would not be supported because
- Native components cannot be installed dynamically on iOS
- The native backend (TK toolkit) isn't likely to work on iOS
Could you do like a vm or smth