Re: [Numpy-discussion] Numpy with Py2exe module

2006-10-10 Thread David Douard
On Tue, Oct 10, 2006 at 01:11:28PM +0200, Charles Hanot wrote: > Hi, Hi > > > > my question is the following one. Is it possible to use Numpy with > py2exe in order to compile my program? > I am right now finishing a dev (GUI app un pyGtk) that uses numpy, and it have to be released as a win3

[Numpy-discussion] Numpy with Py2exe module

2006-10-10 Thread Charles Hanot
Hi,   my question is the following one. Is it possible to use Numpy with py2exe in order to compile my program?   In fact I’m trying to compile a program using py2exe but the problem is that the numpy function cannot be loaded by py2exe. I’ve already seen on the web that other users ha