Tagged Questions
0
votes
1answer
37 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
0answers
33 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
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
66 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
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
238 views
How can I change the order of the BoxLayout in kivy?
I am testing kivy and I want to create a BoxLayout so to stack some buttons. My problem is that the children that are added to the layout follow a bottom-top logic while I want the opposite. Do you ...
0
votes
4answers
531 views
Kivy / Python-for-android : Build.py fails to build an android package apk
I try for many days to build a simple android package using kivy and python for android. Unfortunately, I've spent many hours trying to solve all the issues but I still cannot do it. I hope you guys ...

