Tk for pythonista
I need use Tk in pythonista. I try downloaded it with using sharp. When i try to run my code i have error "module not found" and other. Maybe someone help me, how to use all Tk in pythonista. Sry my ENG
Compatibility with tk is nontrivial and will probably never happen.
Python 3.13 brings more direct support for iOS as discussed at https://docs.python.org/3/using/ios.html
But I downloaded module Wikipedia with use sharp and it's work
StaSH? Or Sharp?
Some modules will work but tk will not.
Read the StaSH docs.
Oooh of course StaSh, my t9. Terrifying that it's not work. I wanna using my iPad for code in university. I don't want take laptop, mb have alternative?
An alternative would be the ui module. It's included with Pythonista. Here is the documentation.
Hello, It seems possible (Python3IDE on iPadOS in v1.4 integrated tkinter based on TK 8.6) ... not tested yet
Please try it before saying that it is possible.
Please try it before saying that it is possible.
Dear cclaus You're right: I should have tried launching a simple "hello world.py" TK application on this IDE prior to post.
(At the moment, simple tk python script simply hang (passed the import of modules and hang on Tk() first instruction)
At the same time, I said "it seems possible" not "it is possible", and admit that I did n t test it yet. ... really not easy to enter into a community
Best regards Frederic