Questions tagged as 'kivy'

1
answer

Kivy / buildozer error when creating my apk

I have a problem when trying to create an apk from my .py file created with the kivy framework the error and the commands I use are the following wonder@wonder-M720SR:~/Kivy-Calculator$ buildozer android debug deploy run # Check configu...
asked by 10.10.2017 / 04:08
0
answers

Create a language system in python

I will create an open-source application for management with Kivy and I want to have a menu to choose between the languages: Spanish, Galician and English and that the user can choose the one they want. And then another file where the configu...
asked by 13.10.2017 / 21:23
1
answer

Kivy Launcher: I can not create the / storage / emulated / 0 / kivy directory

To launch an application in Kivy Launcher, it puts me: No projects are available to launch. Please place a project in / storage / emulated / 0 / kivy and restart this application. Press the back button to exit Then I search for that dire...
asked by 14.04.2017 / 11:45
1
answer

Managing the value of a variable among several functions in Kivy project

Be the following layout of my app: I am looking for when the "Successful question" button is clicked, the variable score = 10 and when the "Failed question" button is clicked, the variable score = -5 For both cases, the purple label also show...
asked by 19.04.2017 / 22:45
0
answers

Error "variable local referenced before assignment"

I have two apparently equivalent variables. One works well, the other gives me the famous error:    local variable referenced before assignment Partial code: from kivy.app import App from kivy.uix.relativelayout import RelativeLayout g...
asked by 17.12.2018 / 16:50
1
answer

Grid Layout and Stack Layout in Kivy does not work for me

It does nothing that I started to learn Kivy, I'm in the different types of Layout but I do not work either the Grid Layout or the Stack Layout. I do not miss any mistakes; the problem is that when I run the program it stays in total black. Help...
asked by 15.11.2018 / 01:21
0
answers

Problem when compiling with kivy with Buildozer

Hi, I'm new with kivy and with Buildozer. I want to compile a button and pass it to Android, phone. but it does not compile me. #!/usr/bin/python import kivy from kivy.app import App from kivy.uix.label import Label from kivy.uix.button import...
asked by 08.11.2018 / 20:28
1
answer

What is a builder?

is the following code of a simple app in kivy: from kivy.config import Config Config.set('kivy', 'keyboard_mode', 'system') from kivy.app import App from kivy.uix.boxlayout import BoxLayout from kivy.lang import Builder from kivy.properties i...
asked by 17.04.2017 / 21:15
0
answers

'LogFile' object has no attribute 'isatty'

I am a beginner in Kivy. I am creating an application with Pafy to download audio and video from Youtube and I get the following error. I am using Python 2.7 and Kivy 1.9.1. Traceback (most recent call last): File "ex.py", line 46, in <modu...
asked by 04.04.2018 / 21:50
0
answers

Kivy-Buildozer: Aidl not found, please install it.

I have an error compiling my app developed in Python-Kivy. Use: Linux-Mint: 18.3 Python: 2.7 kivi: 1.9.2 Buildozer: 0.34 Running the command buildozer -v android debug or buildozer -v android release at the end the fo...
asked by 06.03.2018 / 14:12