On 21 August 2016 at 22:08, Chester Guinyard <cguiny...@pbtcomm.net> wrote:

> Are there another (simple) way to to create a standalone program without
> using cx_ Freeze?


There are alternatives; they're not necessarily easier, but you may have
more luck:

- PyInstaller (http://www.pyinstaller.org/ ) works in a similar way to
cx_Freeze to make an exe.
- Pynsist (http://pynsist.readthedocs.io/ ) is a tool I made; it makes an
installer for your application rather than a standalone exe file.
------------------------------------------------------------------------------
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to