qpython icon indicating copy to clipboard operation
qpython copied to clipboard

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.

Results 107 qpython issues
Sort by recently updated
recently updated
newest added

I am running the latest version of QPython 3 (I have not installed the Python 3.6 plugin) and I am unable install any module using QPyPI or pip. Here is...

On the two pages with features: - https://github.com/qpython-android/qpython.org/blob/master/qpython-docs/source/en/qpython_ox_featues.rst - https://github.com/qpython-android/qpython.org/blob/master/qpython-docs/source/en/qpython_3x_featues.rst the letters Q and A are switched: questions are labeled with A and answers with Q. That looks a bit...

This is my exact code: import androidhelper import time droid = androidhelper.Android() droid.vibrate(1000) time.sleep(1) And absolutely nothing happens. No vibration and no error message. As far as I can work...

i want to wrapper this project to.my app how to do this

The Play Store "3.0.0" release of "QPython OL" updated QPython on my old Android 4.4 phablet, and now it can no longer run any Python script due to this error:...

``` CANNOT` LINK EXECUTABLE: COULD NOT LOAD LIBRARY "LIBPYTHON2.7.SO.1.0" needed by "/data/data/org.qpython.qpy/files/bin/python"; caused by cannot locate symbol "mmap64" referenced by "libpython2.7.so.1.0"... ``` But when i try to check the libpython2.7.so.1.0...

Android NDK: Module SDL2_image depends on undefined modules: webp

> I know the app is good for practicing python in an Android. but there's a problem i'm facing. I write a lot of line in console & when i...

import androidhelper dro=androidhelper.Android() dro.startLocating() gives : java.lang.NullPointerException I tried 2 different phones and I also tried Qpython2 and Qpython3 I am using Android 7.0 A few months ago this code...