QPython3 - Python3 for Android - how install 'android' module to run this app
-
wrote on 16 May 2019, 16:16 last edited by
QPython3 - Python3 for Android
https://play.google.com/store/apps/details?id=org.qpython.qpy3&hl=en
I installed THIS >>> QPython3 App
Tried run the below on the phone but fails… due NOT FOUND android module
how install additionally on my s6 Samsung Smartphone the python android module … ?import android
app = android.Android()
name = app.dialogGetInput("Enter Your Information", "Name: ").result
app.dialogDismiss()
app.dialogCreateAlert("Welcome", "Hello %s" % name)
app.dialogSetPositiveButtonText('OK')
app.dialogShow() -
QPython3 - Python3 for Android
https://play.google.com/store/apps/details?id=org.qpython.qpy3&hl=en
I installed THIS >>> QPython3 App
Tried run the below on the phone but fails… due NOT FOUND android module
how install additionally on my s6 Samsung Smartphone the python android module … ?import android
app = android.Android()
name = app.dialogGetInput("Enter Your Information", "Name: ").result
app.dialogDismiss()
app.dialogCreateAlert("Welcome", "Hello %s" % name)
app.dialogSetPositiveButtonText('OK')
app.dialogShow()wrote on 16 May 2019, 16:20 last edited by@lse123 please be aware that the QPython3 app you mention unfortunately seems to have nothing to do with Qt framework, Qt for Python nor Qt support for Android
1/2