>
> 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
> >
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
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
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.