Kivy is an open source software library for rapid development of applications equipped with novel user interfaces, such as multi-touch apps.

learn more… | top users | synonyms

0
votes
0answers
23 views

Empty text labels in Kivy for Android

I am trying to implement this kivy example http://python-for-android.readthedocs.org/en/latest/helloworld/ The text labels in both the Button as well as the Label appear blank when I compile (on ...
0
votes
1answer
29 views

Is there any Cloud backend service for Python kivy framework

I am doing research in Python Kivy framework and i found it great for developing apps for cross-platform. But in my app i want to integrate Cloud Backend Service such as Parse. So if anybody come ...
0
votes
1answer
35 views

Passing text from textinput to label in Kivy

I am trying to get the textinput widget to pass text into the callback function that makes a label with the text when called by the printbutton, should be fairly simple when you think about it. But I ...
1
vote
3answers
131 views

Pros and Cons for HaXe and Kivy

I'm looking to develop an application for iOS, Android, Windows Phone and for Desktop no matter if it's web or standalone. Does anyone have experience with HaXe + NME or Kivy that they can share in ...
-2
votes
1answer
76 views

Convert pygame app to kivy [closed]

I have written an application in pygame. It is a great framework but I want to have an easier process for bundling it for different platforms, including mobile. I have recently found kivy. Here is my ...
0
votes
1answer
39 views

Kivy: How to make Kivy Pong Game to stop after maximum points reached?

I found Pong Game made in Kivy and trying to develop it further just for my own learning purpose. But it is difficult to find any information about Kivy which could help me. For example, at this ...
0
votes
1answer
38 views

Installing kivy with pydev on a mac

I am totally dead in the water right now. I'm trying to install kivy in pydev (eclipse) on a mac. I cannot get pydev to recognize kivy (I'm getting an import error - 'No module named kivy'. I've spent ...
0
votes
1answer
73 views

fatal: could not create work tree dir 'kivy'

I'm trying to clone my fork of the kivy git, but it's not working. I've made the fork correctly, I believe, but when I type this into my Mac terminal: git clone ...
-2
votes
0answers
18 views

Installing Canopy and Kivy on a Windows 7 PC [migrated]

I installed the Canopy academic version with all default settings on Windows 7, as well as the Kivy portable version. Canopy installed by default into C:\users\d\AppData\Local ... and is my default ...
0
votes
2answers
65 views

Python + Kivy: Clock doesn't work with partial(keywords)

def _procedural_reloading(self,gen=[],*args): if len(gen): gen.pop().reload() Clock.schedule_interval(functools.partial( ...
1
vote
1answer
69 views

TreeView in a ScrollView in Kivy - No Scroll

I'm working on a kivy app that pulls data from an sqlite3 database and populates a TreeView with it. The TreeView becomes too large to fit on my screen when I expand a few of the groups so I want to ...
0
votes
1answer
62 views

Android Audio API in Python

I am trying to write a metronome application in Python, and I intend to publish the application for Android and iOS. I have found a few cross-platform frameworks like Kivy, but their audio support is ...
1
vote
1answer
128 views

Kivy-Python with a database

I want to buid an app with Kivy/Python, but I don't know how is the connection between Kivy and MySQL. Is it like with just python? Sorry, if this question is inapropriate.
1
vote
1answer
46 views

error: video system not initialized (kivy, ipython)

I created following ipython_config.py script for IPython: c = get_config() c.TerminalInteractiveShell.editor = 'C:\PROGRA~2\NOTEPA~1\NOTEPA~1.exe' Now when I %edit some file I get rather unwanted ...
0
votes
1answer
59 views

file handling in kivy

I am using kivy for android application. Currently I am working on a small game...the problem arises when I want to store the highest score in a file.... I am using python's open and readline and ...
0
votes
1answer
112 views

OpenGL application fails on my mac, runs on virtualbox

I have a macbook pro with AMD Radeon graphics card and mountain lion 10.8.3 installed. I am trying to access an OpenGL application (made using kivy on python) residing on an ubuntu 12.04.1 machine ...
3
votes
0answers
86 views

How to modify the screen resolution on Kivy-iOS

I'm working on an app using the python/Kivy-iOS toolchain. For some reason, when I build to the iPhone5, the app doesn't run fullscreen (there's letterboxing at the top and bottom, see attached ...
1
vote
1answer
175 views

Video Recording on Android Using Kivy (Python)

I am trying to record video through Kivy (http://kivy.org/#home) and am not sure what direction or libraries to use. Currently I have the camera widget working with the code below, which gets the ...
0
votes
1answer
65 views

How do I create a keybinding (Ctrl + O) in Kivy?

I'm wanting to create a keybinding in Kivy (Ctrl + O) that I can attach an event to. I see that the Kivy Inspector module is doing something similar but I'm not sure how to replicate the ...
0
votes
0answers
61 views

How to create simple Kivy app (form with field name)

How to create simple Kivy app? If user type text into field "Name" using keyboard like on android phone, this name is display I need this to learn
1
vote
1answer
121 views

Kivy Screen manager reference in kv language

I'm trying to make a main menu that lets me switch Screens when I click a button, but I can't figure out how to reference the manager from the button. I have a setup for a main menu page (in kv ...
1
vote
1answer
81 views

Kivy ScrollView+Accordion Error

I have this code. If I increase the number of Accordion items past a certain amount the app goes haywire. The gridLayout version (commented out) works as expected. The offending region is between HERE ...
0
votes
1answer
171 views

How to Populate a Kivy Tree View from an sqlite Table

What I Have I have an sqlite database with two tables. The first has 42 items with fields such as typeID, typeName, description, maxPrice, and groupID, of which there are 4 different groupIDs. Then ...
-1
votes
1answer
75 views

How can I use Layout background in kivy language

How use kivy language set StackLayout background, in stacklayout.py ,I can't found how to use; <MainScreen>: view: view FloatLayout: StackLayout: orientation: ...
0
votes
1answer
181 views

Kivy template with dynamic grid layout

I'm trying to create a template for a layout which looks like the following: |----------| | | | IMAGE | <--- Just an image (square) | | |----------| |[btn][btn]| <--- ...
0
votes
2answers
193 views

kivy with pycharm import error

(New in python+kivy here). Hi, I'm trying to get python with Kivy up in running and I just wanted to know if there's a way to run Kivy apps in PyCharm since I'm getting an error: Traceback (most ...
2
votes
2answers
179 views

Kivy button text alignment issue

I am trying to develop an email application in Kivy, basically just as an exercise to learn the in's and out's of the framework... I am trying to create the initial window and have reached a bit of a ...
0
votes
1answer
91 views

Pydev+Kivy - Empty __init__ files

I am using Eclipse and PyDev to develop for the Python library called Kivy. I ran through the proper setup instructions, and developing and running from Eclipse works perfect. However, when I, or ...
2
votes
1answer
228 views

No Android SDK environment set for Kivy in Ubuntu 12.04

I've written a game for Android using Python and Kivy. I have downloaded android-sdk-linux and added its path to .bashrc. I've also cloned the python-for-android project to create an apk package of my ...
3
votes
2answers
201 views

Kivy hello world not working

I am trying to make kivy work on my Ubuntu system. I followed the instructions from their wesbite. But when I try to run the following hello world code from their website: import kivy ...
0
votes
2answers
198 views

Kivy scrollview with the kivy language and a custom widget

I'm using Kivy, a Python Library, and i'm having trouble getting a scroll view to work, and organizing it into a .kv file. I have a big system that's broken up into many .py and .kv files. I am also ...
1
vote
1answer
93 views

Python, Circular Dependencies, and Singletons

I've dug myself into quite a hole here. I'm working on a Python/Kivy app in PyDev. The app runs off of many systems (about 10), so I shoved them into an engine to handle everything. For ease of ...
0
votes
2answers
553 views

Python cannot import name <class>

I've been wrestling most of the night trying to solve an import error. This is a common issue, but no previous question quite answers my issue. I am using PyDev (an Eclipse plugin), and the library ...
0
votes
1answer
96 views

Kivy Clear_widget strange behaviour (reproducible code attached)

just a rundown of what I'm trying to do. I've got two TextInput widgets in a FloaLayout widget, all defined in a .kv file as shown below. (I asked this question on kivy forums but the solution offered ...
0
votes
1answer
184 views

Kivy background in scroll view

Summary of test application: I am writing a Kivy app with a scrollable view (named Scroller) with many fields (named Field) to look at. These separate fields are really difficult to distinguish on ...
0
votes
2answers
241 views

Eclipse, PyDev, and Kivy

I have installed Eclipse, pyDev, and Kivy and setup my first project with a main.py file using the instructions found here: ...
1
vote
2answers
149 views

Accessing Android camera through Kivy

Please i am looking for a work around to get access Android camera through kivy, or a library that i can integrate with kivy in order to access the Camera. I am developing an application for android ...
2
votes
0answers
196 views

DLL Load Failed when running kivy pong tutorial

I have been trying to learn python and create a small application using kivy to become introduced to kivy python apps. But I cannot even get the pong tutorial that comes with the standard kivy ...
1
vote
1answer
500 views

Custom syntax highlighting in Geany

I am trying to create custom syntax highlighting for Kivy '.kv' files in the Geany editor. Although the specific filetype seems irrelavant to the issue I'm having, as any efforts I make at getting ...
0
votes
1answer
173 views

Kivy layout problems when adding and clearing Widgets

While using the widget commands add_widget and clear_widgets, I am getting my widgets, which look fine by themselves, to be incredibly tiny on the bottom left corner of the screen. I'm going to ...
2
votes
2answers
256 views

Switching kivy widgets

I am using the Kivy python library. I have two widgets defined. When the program runs, I run the first widget. When that widgets button is pressed, I want it to dissapear and be replaced with the ...
0
votes
0answers
93 views

Kivy Import Error in Xcode : Wrong PYTHONPATH

Can someone help me to solve import Error in Xcode when running kivi app in Xcode? If I take the kivy-examples/demo/touchtracer/main.py file and add import numpy at the first line then when I ...
0
votes
1answer
197 views

Kivy — scroll view not working. And and how add chat users on side pane

I'm trying to do write a chat application with an interface that has users names on the side pane that's scrollable. I have 2 questions: 1- This code is not scrolling, please let me know what I'm ...
1
vote
1answer
68 views

Pros and Cons on designing a calculator with eval

I'm making a calculator for android using kivy and it's almost done (cannot use java becasue python is the only language I know). The way it works is, the user inputs an expression and eval is used to ...
2
votes
1answer
159 views

Drawing SVG on Kivy canvas

I am new to Kivy. i need to create a classic analog clock. My Question is: how to draw svg graphics into kivy canvas?
0
votes
1answer
193 views

Kivy button loop bind on_press to call back

so I've asked this question on kivy user support (google groups) but haven't got any replies yet, so I'll try here. I've got a set of buttons which are created based on a search tool. Basically the ...
3
votes
2answers
97 views

How to get kivy lines to be drawn consistently

I'm trying to draw a simple "X" in the middle of a button. I've put in the following drawing code: width, height = self.size x, y = self.pos x1, x2 = x + int(width*0.3), x + ...
1
vote
1answer
222 views

kivy ScrollView implementation in TextInput

I have a function (shown below) where I'm using a popup and TextInput to display some text and in most cases the text content is larger than the popup window and hence the need for scrolling. Without ...
0
votes
1answer
81 views

Bind working at random times

I'm writing a custom widget for kivy(see this question), but I just found out that, for some unknown reason, sometimes the bind method does not actually bind the callbacks. In my class I have this ...
1
vote
1answer
136 views

How to allow infinite integer values in a spinner?

I need a Spinner widget in which the user can select integer values with a certain step and without lower or upper limits (I mean, they should be at least in the billion range, so no chance of ...

1 2