Skip to content

Using PyInstaller

Pre-release
Pre-release
Compare
Choose a tag to compare
@Franck1333 Franck1333 released this 26 Mar 19:02
· 27 commits to master since this 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 :

//

Thank you all,
ROCHAT Franck 🍭 .