Questions tagged as 'kivy'

0
answers

kivy opencv android

I'm trying to build an apk with an application that works perfectly on my PC but when I pass it to the tablet it installs it correctly and when I want to execute it I get the error that the application stopped. I built the apk with a buildozer a...
asked by 30.08.2017 / 14:07
1
answer

Error working with Kivy: NameError: name 'ListProperty' is not defined

I have an error in a program that I am trying to pass to Kivy. I have a function: askquestions(self,indexquestionlist) which, as seen, requires the indexquestionlist parameter. This parameter is the return produced by another funct...
asked by 22.04.2017 / 06:43
0
answers

Kivy, save contents of the Canvas in a StringIO

I am trying the following code ( link ): from random import random from kivy.app import App from kivy.uix.widget import Widget from kivy.graphics import Color, Ellipse, Line class MyPaintWidget(Widget): def on_touch_down(self, touch):...
asked by 01.05.2016 / 19:42