On Tue, Nov 9, 2010 at 3:43 PM, macro coders <macrocod...@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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to