packaging python code

Lutz Horn lutz.horn at posteo.de
Mon May 8 08:33:52 EDT 2017


> Is there any way to pack my .py with all required libraries and create a self running package?

Take a look at PyInstaller:

* http://www.pyinstaller.org/
* https://pyinstaller.readthedocs.io/en/stable/

Lutz





More information about the Python-list mailing list