-
The problem just like this: https://stackoverflow.com/questions/31852534/kivy-qpython-app-on-android-moto-g-phone-no-log-output
So I have no way but this to fix it:
```
import sys
sys.stdout=ope…
-
It's not possible to install the new versions like beta 3 on Android 6! What's wrong?
-
I tried importing tkinter, but python raised "ImportError."
> >>> import tkinter
> Traceback (most recent call last):
> File "", line 1, in
> File "/data/user/0/org.qpython.qpy3/file…
-
How can I install a Lib By console?
_Sent from my Motorola XT1069 using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_
-
Version 1.1.0
Android O
Test Code:
```
assert 2 == 3
print(4)
```
Expected result:
```
AssertionError
```
Actual result:
```
4
```
-
Running a py script for gopro session streaming showed ffplay missing error.
Where do i find the missing file?
![screenshot_20170813-095511](https://user-images.githubusercontent.com/30870535/2…
-
I installed the latest version of Qpython3 app.
But in Google Play I can't download this version of Qpython3 app and Yalp
wants to update Qpython3 from 1.2.0 version to 1.0.3
I suggest check versi…
-
Hi I was trying to install numpy via pip (i did not find it in the "library manager" menu, which was the recommended method apparently), but python 3.4 is required while qpython3 runs on 3.2.2.
Is …
-
While I'm trying to install some package by pip, I got an error that missing the bz2 module.
-