Charles Hanot wrote:

> Hello,
>
> I’ve a program using Numpy and I would like to compile it with Py2exe 
> but I’ve some problems. When I try to compile my program, some modules 
> generated by numpy are not loaded. I’ve already asked to the py2exe 
> community if they have a solution for that and the answer was that it 
> was possible to compile numpy modules with py2exe but I should ask to 
> the Numpy community J
>
> So my question is, is there something special to do in order to 
> compile a program using numpy module?
>
The only thing I remember is that you have to explicitly make sure 
_internal.py file gets copied over as it is not possible to discern that 
by looking at the import statements in .py files.

-Travis


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to