Installing programs that depend on, or are, python extensions.

Parikshit .. pari685 at gmail.com
Tue May 3 10:15:18 EDT 2011


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.tebeka at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110503/a168b93a/attachment-0001.html>


More information about the Python-list mailing list