Questions tagged [kivy]
26 questions
4
votes
1 answer
How can I run programs in /usr/local/bin without sudo or root?
I am on Ubuntu 14.04 LTS.
I installed buildozer and it ended up in /usr/local/bin. I can't run it without using sudo or root and that will likely cause problems down the road. Right now trying to run buildozer init will return buildozer: command not…
Tan Wang
- 141
3
votes
1 answer
Kivy hello world script yields black screen on Ubuntu 14.04
On running the basic hello world script found here - https://kivy.org/docs/guide/basic.html the following log is generated and a windows pops up completely blank and black.
I've installed Kivy 1.9.1 on Ubuntu 14.04 with python 2.7
I have also…
minzey
- 33
2
votes
1 answer
How to package kivy application for Ubuntu?
I have developed an application for Ubuntu using kivy and I want to distribute it but I am unable to package it.Please help this is my first application for Ubuntu.
There is no info in the official doc of kivy for packaging kivy application for…
2
votes
0 answers
Trying to Install GitHub Kivy Designer on Lubuntu/Ubuntu 14.04
Trying to install Kivy Designer from:
https://github.com/kivy/kivy-designer
Its instructions use this command:
pip install -U watchdog pygments docutils jedi gitpython six kivy-garden
But I get an error message in console that it could not create…
Matt
- 121
2
votes
1 answer
Ubuntu 18.04 Server with FluxBox X and python app
I have been trying to run my .py file using ubuntu server and fluxbox.
I wanted to make that my file will run after fluxbox minimal desktop starts.
But when i edit ~/.fluxbox/startup file, the X automatically exits without any error.
My…
Kamilen
- 21
1
vote
3 answers
Installing Kivy ubuntu 16.04 64-bit
os : linux(ubuntu 16.04 LTS, 64-bit)
python_version : 3.6.3
Using virtualenv.
I tried to install many version of kivy with many different versions of cython but always i got same error which is like below.
After giving…
user378625
- 31
1
vote
0 answers
Why does kivy work with python 3.5, but not 3.6?
When I run python3.6 in the terminal I get this:
Traceback (most recent call last):
File "app_with_kv.py", line 14, in
import kivy
ModuleNotFoundError: No module named 'kivy'
When I run python3.5 in the terminal there is no problem,…
Bradley Ray
- 11
1
vote
2 answers
ModuleNotFoundError: No module named 'kivy'
A Noob here to python.
I am running Ubuntu 16.04 (64bit) and I cant get Kivy to install properly for python3. I have tried (https://kivy.org/docs/installation/installation-linux.html) the installation process, but it doesn't pick up.
I wonder if I…
1
vote
1 answer
Kivy installation error in Ubuntu
I'm using ubuntu 14.04 and I'm trying to installing the kivy package.
The installation guide says to do:
sudo apt-get install python-kivy
and shows this error:
The following packages have unmet dependencies:
python-kivy : Depends: python-kivy-bin…
Flavio D
- 21
1
vote
0 answers
kivy any script does not open window in Ubuntu
I asked the question in stack owerflow before but I guess my problem is at first a ubuntu problem. When I excute a kivy script (e.g. hello world) in a vitualenv the script runs without errors but I see no open window only a Python icon in the task…
CNeu
- 41
1
vote
1 answer
Could not find version that satisfies requirement in buildozer.spec file
I have a working kivy application, and am trying to turn it into an app using buildozer (using Ubuntu 18.04 in virtualbox on a windows PC). I created a buildozer.spec file using buildozer init, and then I ran buildozer -v android debug in terminal.…
John Doe
- 133
1
vote
1 answer
buildozer: command not found
So far I have run the following commands in terminal. (Ubuntu 18.04 64-bit):
cd ~/Documents/python
sudo apt-get update
sudo apt-get install -y build-essential ccache git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386…
John Doe
- 133
1
vote
2 answers
Aidl Not found error but its installed already?
I am trying to convert python kivy code to android app using buildozer, I have been installed
all thing see the image
image here
Shiva_Adasule
- 111
0
votes
1 answer
How do I "update my packagelist using package manager" on Ubuntu 14.04
I'm following this guide on installing Kivy. Step 2 is
Update your packagelist using your package manager
I'm very new to Ubuntu/Linux and don't know how.
tamj0rd2
- 113
0
votes
1 answer