1 Feb 2009 06:15
[python(x,y)] please help I don't want to give up python...
Hi, Sorry if this is not the place to put this problem, I do this
because maybe is something related to Python(x,y).
I'm a newbie, coming from matlab, and I just want to do my first exe.
After almost a week trying to run the next scrip without success I'm
very depressed and ... please help.
The next script is taken from "Beginning Python", from Magnus Lie, but
also is almost identical to the py2exe.org tutorial.
The next code is called hello.py:
print 'Hello, world!'
raw_input('Press <enter>')
This is setup.py:
from distutils.core import setup
import py2exe
setup(console=['hello.py'])
and when I run : python setup.py py2exe I got this:
error: no commands supplied
>>> python setup.py py2exe
and when run the hello.py things get worse :
Traceback (most recent call last):
(Continue reading)
RSS Feed