Make an *.EXE Using Python.
eric_brake
brakedon at hotmail.com
Mon Jul 9 11:40:58 EDT 2001
More information about the Python-list mailing list
Mon Jul 9 11:40:58 EDT 2001
- Previous message (by thread): Make an *.EXE Using Python.
- Next message (by thread): Make an *.EXE Using Python.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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)
- Previous message (by thread): Make an *.EXE Using Python.
- Next message (by thread): Make an *.EXE Using Python.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list