>>>>> "Axel" == Axel Brink <[EMAIL PROTECTED]> writes:
    Axel> John, thanks for your suggestion. I would never have thought
    Axel> of looking for the cause of the problem in that
    Axel> direction. However, it isn't solved yet. The verbose mode
    Axel> yielded the line "numerix Numeric 23.7", which is apparently
    Axel> wrong. Actually I am trying to use SciPy, which I've heard
    Axel> is based on NumPy, so I believe this numerix thing should be
    Axel> connected with NumPy. I copied the file
    Axel> http://matplotlib.sf.net/matplotlibrc to
    Axel> ~/.matplotlib/matplotlibrc (such a file didn't exist) and
    Axel> now I get a new kind of error (see below). Do you (or
    Axel> anyone) have an idea what this is about? Thanks in advance!

I'm sorry this is so frustrating -- it is certainly frustrating for
me.  The problem is that matplotlib is trying to support three array
packages (Numeric, numarray and numpy) and numpy itself is a fast
moving target so if you don't have exactly the right numpy with
exactly the right scipy with exactly the right matplotlib it is
unlikely to work.

I suggest either the latest release of all three, or the latest svn of
all three.  I notice from your output that you have 0.87.3 which is
several releases behind.  Try getting numpy 1.0 and matplotlib 0.87.7.

Good luck!
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.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to