Re: [Numpy-discussion] Path to numpy installation

2010-11-03 Thread Juanjo Gomez Navarro
have not broken anything... I guess the problem will come when I less expect. Anyway, thanks for the help. For the time being everything works as it should. 2010/11/2 Robert Kern > On Tue, Nov 2, 2010 at 03:31, Juanjo Gomez Navarro > wrote: > > Ok, so in your opinion I have two

Re: [Numpy-discussion] Path to numpy installation

2010-11-02 Thread Juanjo Gomez Navarro
rk to «uninstall» the wrong version? 2010/11/1 Robert Kern > On Mon, Nov 1, 2010 at 12:35, Juanjo Gomez Navarro > wrote: > > Hi, I have just updated my old version of numpy 1.01 to the version 1.5 > in > > my Mac. The problem is that the system does not seem to recognize the

[Numpy-discussion] Path to numpy installation

2010-11-01 Thread Juanjo Gomez Navarro
Hi, I have just updated my old version of numpy 1.01 to the version 1.5 *in my Mac*. The problem is that the system does not seem to recognize the new version. When I type print numpy.__path__ I get /System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/numpy But the new vers

Re: [Numpy-discussion] Numpy-discussion Digest, Vol 33, Issue 59

2009-06-10 Thread Juanjo Gomez Navarro
Thanks a lot, now I have a quite fast program to compute Fractals :D. Nevertheless, I want to comment some more doubts. The speed at which some points tend to infinite is huge. Some points, after 10 steps, reach a NaN. This is not problem in my Mac Book, but in the PC the speed is really poor when

[Numpy-discussion] How to remove fortran-like loops with numpy?

2009-06-08 Thread Juanjo Gomez Navarro
Hi all, I'm new in numpy. Actually, I'm new in Python. In order to learn a bit, I want to create a program to plot the Mandelbrot set. This program is quite simple, and I have already programmed it. The problem is that I come from fortran, so I use to think in "for" loops. I know that it is not th