pyinstaller

Grant Edwards grant.b.edwards at gmail.com
Wed Jun 10 11:42:26 EDT 2020


On 2020-06-10, Souvik Dutta <souvik.viksou at gmail.com> wrote:

> You might also try py2exe, in that way the user doesn't need to
> install python in her/his computer.

I used to use py2exe for Windows apps, and it worked well for 2.x. A
couple years ago had to switch to cx_freeze due to issues with 3.x
support in py2exe (those issues may have been resolved since).

--
Grant




More information about the Python-list mailing list