packaging python code

Nathan Ernst nathan.ernst at gmail.com
Tue May 9 23:18:24 EDT 2017


I've used bbfreeze on linux, but that's been ~8 years ago. Don't know about
the current state of the project.

Regards,
Nate

On Tue, May 9, 2017 at 9:42 PM, MrJean1 <mrjean1 at gmail.com> wrote:

>
> > 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
> --
> https://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list