matthew yeomans wrote:
> Is it possible to compile numpy with py2exe?
>  
> Matthew Yeomans
>
If you mean to generate a Windows executable containing py2exe, the 
answer is yes.  The process isn't what is usually thought of as 
compilation as it just packages the Python interpreter, your application 
code, and required libraries for easy distribution.

# Steve
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to