Make an *.EXE Using Python.

eric_brake brakedon at hotmail.com
Mon Jul 9 11:40:58 EDT 2001


"EricIDLE" <grayson-wilson at home.com> wrote in message news:<OT927.657477$166.13612439 at news1.rdc1.bc.home.com>...
> I just used the one off the py2exe website it is as follows.
> 
> # setup.py
> from distutils.core import setup
> import py2exe
> 
> setup(name="test",
> scripts=["test.py"],
> )
> 
> Is that bad or whats the story?

No, if it works then use it, but there won't be any meta info (if you
even care about that)



More information about the Python-list mailing list