Re: py2exe question

2006-02-03 Thread Larry Bates
[EMAIL PROTECTED] wrote: > Hi, > > I just installed py2exe to create a binary of my Python script. > However, py2exe does not seem to create a binary from my .py script. > This is what I have done: > I create a setup.py script: > " > # setup.py > from distutils.core import setup > import py2exe >

py2exe question

2006-02-03 Thread mitsura
Hi, I just installed py2exe to create a binary of my Python script. However, py2exe does not seem to create a binary from my .py script. This is what I have done: I create a setup.py script: " # setup.py from distutils.core import setup import py2exe setup(name="APP1", scripts=["C:\\Python24\\_AP