From: Charlie M. <cw...@gm...> - 2006-08-03 18:20:55
|
On 8/3/06, John Hunter <jdh...@ac...> wrote: > >>>>> "Kenny" == Kenny Ortmann <ya...@em...> 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 that returned no luck. > > Find your matplotlib rc file -- it is probably in the folder > > C:\Documents and Settings\yourname\.matplotlib > > and edit it to change the "numerix setting" to "numpy". Eg, > > numerix : numpy # numpy, Numeric or numarray Before you have to write back.... the latest matplotlib release only works with numpy-0.9.8. |