kivy_pyinstaller_linux_example icon indicating copy to clipboard operation
kivy_pyinstaller_linux_example copied to clipboard

This example demonstrates packaging a kivy application as a .deb on Ubuntu 12.04 using PyInstaller.

Results 3 kivy_pyinstaller_linux_example issues
Sort by recently updated
recently updated
newest added

I have done it manually and not using the vagrant box but for me it seems to not find the pong.kv file even if it is in the binary...

Hello there! [This guide](http://bitstream.io/packaging-and-distributing-a-kivy-application-on-linux.html) looks really nice although it's a little bit old. I have a few questions for you: - How do packages that need compilation (such as numpy)...