Re: [Matplotlib-users] ImportError: No module named Numeric

2006-08-03 Thread Charlie Moad
On 8/3/06, John Hunter <[EMAIL PROTECTED]> wrote: > > "Kenny" == Kenny Ortmann <[EMAIL PROTECTED]> writes: > > Kenny> When pylab tries to call numerix\__init__.py it is trying > Kenny> to figure out whether to call numpy, numeric, or numarray. > Kenny> Since it defaults to numeric I

Re: [Matplotlib-users] ImportError: No module named Numeric

2006-08-03 Thread John Hunter
> "Kenny" == Kenny Ortmann <[EMAIL PROTECTED]> writes: Kenny> When pylab tries to call numerix\__init__.py it is trying Kenny> to figure out whether to call numpy, numeric, or numarray. Kenny> Since it defaults to numeric I've tried to change the Kenny> default to numpy, and th

[Matplotlib-users] ImportError: No module named Numeric

2006-08-03 Thread Kenny Ortmann
I am very new to matplotlib. Trying to start the http://matplotlib.sourceforge.net/tutorial.html";>tutorial, the very first script, the first line of the script, throws me this error. I have installed scipy version 0.5.0 for windows, and numpy version 1.0b1 i followed the instructions and made