[Numpy-discussion] FW: HELP: PROBLEMS WITH VPYTHON, NUMPY AND PY2EXE PART 2

andres felipe sierra echeverry lordfelipe69 at hotmail.com
Fri May 2 08:51:55 EDT 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://mail.python.org/pipermail/numpy-discussion/attachments/20080502/cb2cfba0/attachment.html>


More information about the NumPy-Discussion mailing list