0
Is it possible to import Tkinter module on Android tablet using qpython?
importation of Tkinter module
2 Answers
+ 2
unfortunately it's not possible because output is a Windows form and can't execute in android
(or at least I could not find a way to do it.)
+ 1
brobably for python 3.0:
import tkinter
and for 2.7
import Tkinter