[Matplotlib-users] matplotlib and numpy incompatible

2006-08-12 Thread George Gumas
I am having running pylab from scipy in that I get the error messsage E:\ProgramFiles\Python\Lib\site-packages\matplotlib\_contour.py, line 17, in ? from matplotlib._ns_cntr import * RuntimeError: module compiled against version 90709 of C-API but this version of numpy is 100 I am using

Re: [Matplotlib-users] matplotlib and numpy incompatible

2006-08-12 Thread Eric Firing
George, I am not a Windows user, so I can't report from my own experience, but here are some things to try: 1) Enthought Python suite: http://code.enthought.com/enthon/ The matplotlib version is slightly behind (0.87.3), but that may not matter for your present purposes. 2) Wait until a new

Re: [Matplotlib-users] matplotlib and numpy incompatible

2006-08-12 Thread Tommy Johansson
George, I have had the same problem and I did like Erics number one suggestion and it worked for me Tommy Eric Firing skrev: George, I am not a Windows user, so I can't report from my own experience, but here are some things to try: 1) Enthought Python suite: