Questions tagged [qpython3]

QPython3 is a port of Python3 for android. It can run Python3 applications on android devices like mobile or tablet.

QPython3 is a port of Python3 for android. It can run Python3 applications on android devices like mobile or tablet.

89 questions
14
votes
3 answers

How do I install modules on qpython3 (Android port of python)

I found this great module on within and downloaded it as a zip file. Once I extracted the zip file, i put the two modules inside the file(setup and the main one) on the module folder including an extra read me file I needed to run. I tried…
Enclo Creations
  • 173
  • 2
  • 2
  • 11
6
votes
2 answers

Can you update QPython3 version of Python3?

I want to install biopython on Qpython3 but it says that I have python 3.2 and need version 3.3 or greater. Is there no version of QPython3 available with a higher version? Can I update it somehow? -Thanks
jelijelidjango
  • 431
  • 1
  • 6
  • 12
4
votes
4 answers

Installing numpy in qpython

I've been trying to install additional libraries on qpython. Unfortunately the documentation I've found so far is very sparse (e. g. http://wiki.qpython.org/doc/install-libraries/). It says you can install libraries on pip console but it doesn't…
Guisante
  • 51
  • 1
  • 1
  • 3
3
votes
2 answers

Way to use something like PyAutoGUI on Mobile?

I'm currently using Qpython and Sl4A to run python scripts on my Droid device. Does anybody know of a way to use something like PyAutoGUI on mobile to automate tapping sequences (which would be mouse clicks on a desktop or laptop)? I feel like it…
wbhyatt
  • 43
  • 2
  • 5
  • 12
3
votes
2 answers

Passing commandline arguments to QPython

I am running a simple client-server program written in python, on my android phone using QPython and QPython3. I need to pass some commandline parameters. How do I do that?
Pacu
  • 163
  • 1
  • 2
  • 8
2
votes
2 answers

How to fetch the table or view metadata from KDB and save to a data-structure?

I have been trying to fetch the metadata from a KDB+ Database using python, basically, I installed a library called qpython and using this library we connect and query the KDB+ Database. I want to store the metadata for all the appropriate cols for…
nikhil int
  • 181
  • 2
  • 14
2
votes
1 answer

Makefile:160: recipe for target 'all' failed

Guys am trying to install OpenCV 3.3.1 on Raspbian stretch Noobs on Pi model B I am following this tutorial. But when i type cmake -D CMAKE_BUILD_TYPE=RELEASE \ -D INSTALL_PYTHON_EXAMPLES=ON \ -D CMAKE_INSTALL_PREFIX=/usr/local \ -D…
user9134780
  • 41
  • 1
  • 1
  • 5
2
votes
2 answers

Pygame/Kivy on Android?

So, I'm programming in Python 3.2 on android (the app I'm using is QPython3) and I wonder if I could make a game/app with a graphic interface for android, using only a smartphone. Is it possible? If yes, how do I do that?
user8511634
2
votes
0 answers

qpython3 sqlite REAL float error

I wrote on Linux PC python3 in eric the following code: import sqlite3 conn = sqlite3.connect("dbug26.db") c=conn.cursor() c.execute("CREATE TABLE IF NOT EXISTS prices (price1 REAL,price2 REAL, price3 REAL, price4 REAL, price5…
Wim Heylen
  • 21
  • 1
2
votes
2 answers

why the doctest didn't work in qpython3

I'm trying to use doctest in qpython. But the script didn't work , which it it ok in PC enviroment. It is just two line different with the my script in PC enviroment: import sl4a droid = sl4a.Android() After run the script in qpython, I can see the…
Roger Ding
  • 21
  • 1
2
votes
0 answers

QPython3 webViewShow - Script doesn't receiving data

I am trying to do simple program in QPython3 using the webViewShow method. I have a problem with receiving data from HTML file to QPython3 script. as you can see I am using droid.eventPost() method in HTML file but when i am trying to print the…
Jirka
  • 21
  • 2
2
votes
5 answers

Why can't I create a file on android using python

I can't run my python program on my android device using qpython3. The first step in he program is to create a text file to save data to it. But I get an I/O error (file system read only) This is the function used to create / or be sure that the…
salah othman
  • 23
  • 1
  • 7
2
votes
2 answers

How to install library with pip-console?

I downloaded some python library package (for example uncompile2) from GitHub. How I can install it into Qpython from the directory in my android device with pip-console? Or at least to try install...
2
votes
1 answer

lxml for Qpython3 (Python3 on Android)

Is there a way to install lxml on Qpython3(Python3 on Android)? I could not find anything on google. Any help would be greatly appreciated.
1
vote
0 answers

Pip install is too slow

Hello I am trying to install a few modules in Qpython but is really slow, I also tried using the alternative with Qpypi and its just really slow, my download rate is between 5KBs and 10KBs... I am using a Samsung 10+ Android Version 11 QPython…
Baffometo
  • 41
  • 6
1
2 3 4 5 6