Using PyInstaller
Pre-release
Pre-release
Hello everyone,
Today i'm working to find a way to deploy my programs, but sometimes it's a bit tricky.
For now, i'm using PyInstaller. π π π
cmd: sudo pyinstaller -F <file.py>
//
So as I tested :
- All the modules must be at the Root folder of the project before compiling all the project.
That's strange, I must work more on that!!!
For a kivy program :
- (*)The KV file must be in the same folder as the executable that has been producted by PyInstaller and/or should be use inside the main script which use it.
After all :
- Follow the tutorial from the Step 4 at this link: http://www.bitstream.io/packaging-and-distributing-a-kivy-application-on-linux.html
-(*)ALSO: At the Step 4, don't forget to put in the same folder the executable with the kivyfile.kv for Kivy programs //Maybe the Kv file (.kv) should be integrated directly inside the main script ?
//
Thank you all,
ROCHAT Franck π .