[Numpy-discussion] FW: HELP: PROBLEMS WITH VPYTHON, NUMPY AND PY2EXE PART 2
andres felipe sierra echeverry
lordfelipe69@hotmail....
Fri May 2 07:51:55 CDT 2008
Does anyone could help me generate an executable program that functions for the bounce.py with py2exe?
Thank you
bounce.py:
from visual import *
from numpy import *
ball = sphere(pos=(0,4,0), color=color.red)
example = zeros((10,10),dtype=float)
print (example)
setup.py:
from distutils.core import setup
import py2exe
opts = {
'py2exe': {'packages':['numarray']
}
}
setup(windows=[{"script" : "bounce.py"}], options=opts)
_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.scipy.org/pipermail/numpy-discussion/attachments/20080502/cb2cfba0/attachment.html
More information about the Numpy-discussion
mailing list