FW: HELP: PROBLEMS WITH VPYTHON, NUMPY AND PY2EXE PART 2

2 May
2008
2 May
'08
2:51 p.m.
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=QB...
5507
Age (days ago)
5507
Last active (days ago)
0 comments
1 participants
participants (1)
-
andres felipe sierra echeverry