packaging python code

MrJean1 mrjean1 at gmail.com
Tue May 9 22:42:56 EDT 2017


> Is there any way to pack my .py with all required libraries and create a self running package? Something like building exe file with static libraries. Therefore, the user won't install any thing manually.


Try Py2exe <http://www.py2exe.org> to create a standalone .exe file (but for Windows only though).

/Jean



More information about the Python-list mailing list