Re: [Numpy-discussion] Numpy-discussion Digest, Vol 17, Issue 20

2008-02-11 Thread matthew yeomans
> > matthew yeomans wrote: > > Thanks I been trying to compile a code that uses random,pylab and > > numpy with py2exe > > the code of setup.py(compiles mycode.py into mycode.exe) follows > > > > #Start here > > from distutils.core import setup > >

Re: [Numpy-discussion] Numpy-discussion Digest, Vol 17, Issue 15

2008-02-08 Thread matthew yeomans
in anything else first: > > > > a = N.array((sin(N.pi*x/n) for x in xrange(n))) > > If n is large enough that storage matters, > > a = N.sin(N.linspace(0, np.pi, n)) > > is always faster, more memory efficient, and more readable. Remember that > the > array will

Re: [Numpy-discussion] Numpy-discussion Digest, Vol 17, Issue 13

2008-02-06 Thread matthew yeomans
Is it possible to compile numpy with py2exe? Matthew Yeomans On 2/6/08, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Send Numpy-discussion mailing list submissions to >numpy-discussion@scipy.org > > To subscribe or unsubscribe via the World Wide Web

[Numpy-discussion] Numpy

2008-01-29 Thread matthew yeomans
Hello Dear Members of Numpy. I experienced some problems using numpy when i tried to compile it with py2exe. How this is done? Thanks and Regrads Matthew -- Kollox Ghal Xejn ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.