Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QPython3 - Python3 for Android - how install 'android' module to run this app
Forum Update on Monday, May 27th 2025

QPython3 - Python3 for Android - how install 'android' module to run this app

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 684 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lse123
    wrote on 16 May 2019, 16:16 last edited by
    #1

    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()

    P 1 Reply Last reply 16 May 2019, 16:20
    0
    • L lse123
      16 May 2019, 16:16

      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()

      P Offline
      P Offline
      Pablo J. Rogina
      wrote on 16 May 2019, 16:20 last edited by
      #2

      @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

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      1

      1/2

      16 May 2019, 16:16

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved