[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
>
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