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

JDH

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users