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: http://code.enthought.c
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 ma
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"""
> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes:
Charlie> Matplotlib didn't used to link against the wxpython
Charlie> c-api. The recent versions are linked against the
Charlie> unicode version of wx, not the ansi. You can install the
Charlie> unicode version. We are
Matplotlib didn't used to link against the wxpython c-api. The recent
versions are linked against the unicode version of wx, not the ansi.
You can install the unicode version. We are trying to decide how to
handle this.
- Charlie
On 8/12/06, Joaquin Abian Monux <[EMAIL PROTECTED]> wrote:
> Dear
Dear all,
I upgraded matplotlib from 0.87.2.win32-py2.4 to 0.87.4. When trying to run
the test program
#program text.py
import matplotlib as mpl
mpl.use('WXAgg')
mpl.interactive(False)
from pylab import plot, show
plot([1,2,3,4])
show()
double clicking on it or at the command line I got a warnin