On Nov 11, 2007 2:33 AM, Matthieu Brucher <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I want to add some support to ACML, but currently, I can't even compile
> numpy (Visual Studio and g77), the current SVN fails with :
> running build_ext
> No module named msvccompiler in numpy.distutils; trying from dis
Why are numpy warnings printed rather than issued using the standard
warnings library? I know that the behaviour can be controlled by
seterr(), but it seem rather unpythonic not to use the warnings library.
Is there an explicit reason for this choice? (It seems like a pretty
trivial modifi
On 11/9/07, Geoffrey Zhu <[EMAIL PROTECTED]> wrote:
> And then I downloaded the egg file and ran easy_install
> c:\mypath\numpy-1.0.4-py2.5-win32.egg. Do not put the egg file in any
> of your python package directories, or easy_install won't unpack it. I
> haven't figured out why.
Most likely beca
On Samstag 10 November 2007, David Cournapeau wrote:
> > After some measurements, I must say that even the slower Fortran variant
> > is competitive (read: faster ;-) ), compared with our very flexible
> > dynamic functors used in the current interactive VIGRA. IOW: Good job.
> > :-)
>
> I am not