Questions tagged as 'qpython'

0
answers

Upload an Image with AsyncImage in Kivy

I have a problem loading images with the object AsyncImage generates an error, when I load images from the internal memory I have no problems. My code is _: #qpy:kivy import kivy kivy.require('1.10.0') from kivy import App from kivy.uix.gr...
asked by 03.05.2018 / 20:44
0
answers

(grep -r) Search for a string in each pdf [closed]

In Android 4.4.4 I have the terminal.apk installed. How to recursively search a tablet for a specific string in each pdf file? At the beginning I was going to do it with qpython ( listdir , glob ), but I could not distin...
asked by 02.10.2016 / 01:26
0
answers

Resolve Error NoneType Qpython, AndroidWebView Sl4a

Good morning. I have a problem I have these two files. try: import androidhelper as android except: import android droid = android.Android() droid.webViewShow('file:///sdcard/WebViewPython/index.html') while True: result = droid.wai...
asked by 06.11.2018 / 15:39