python script installation wizard

Ian Kelly ian.g.kelly at gmail.com
Tue Nov 9 18:30:40 EST 2010


On Tue, Nov 9, 2010 at 3:43 PM, macro coders <macrocoders at gmail.com> wrote:

>
> i want simple "hello world" script. i want python installer. sample image
> http://img705.imageshack.us/img705/9430/py2exe.png   how do python setup
> wizard?
>

Use the distutils package in the standard library.  You'll need to write a
setup.py file for your distribution, and the Windows installer will be
created using the "setup.py bdist_wininst" command.  See the distutils
documentation for the details.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20101109/66a3db87/attachment-0001.html>


More information about the Python-list mailing list