Pyinstaller can also be used to create executables. It does not need python installed. We have been able to make executables for windows and mac as well with this.
- Parikshit On Tue, May 3, 2011 at 3:54 PM, Miki Tebeka <miki.teb...@gmail.com> wrote: > > py2exe would work, but a correct installer would install Python if not > > present, then install the program. > py2exe packs everything you need, including Python. A program created with > py2exe does not depend on installed Python. > -- > http://mail.python.org/mailman/listinfo/python-list >
-- http://mail.python.org/mailman/listinfo/python-list