[Numpy-discussion] Numpy-discussion Digest, Vol 17, Issue 13
Steven H. Rogers
steve@shrogers....
Wed Feb 6 19:51:10 CST 2008
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
More information about the Numpy-discussion
mailing list