Re: [Matplotlib-users] Importing pyplot crashes python

2010-01-23 Thread Brendan Barnwell
Brendan Barnwell wrote: > Hi, > > I decided to upgrade to matoplotlib 0.99.1. I'm on Windows XP. I > downloaded matplotlib-0.99.1.win32-py2.5.exe and ran it. It seemed to > install. Now when I try "from matplotlib import pyplot", Python > crashes with one of those "pythonw has encount

Re: [Matplotlib-users] Importing pyplot crashes python

2010-01-22 Thread Christoph Gohlke
What does the command `python.exe -v -c "from matplotlib import pylab"` say? MPL 0.99.1 contains a bug (#2903460) that crashes the _path module on slow Pentium CPUs (at least when using Python 2.6). A updated installer is available at . It mi

[Matplotlib-users] Importing pyplot crashes python

2010-01-21 Thread Brendan Barnwell
Hi, I decided to upgrade to matoplotlib 0.99.1. I'm on Windows XP. I downloaded matplotlib-0.99.1.win32-py2.5.exe and ran it. It seemed to install. Now when I try "from matplotlib import pyplot", Python crashes with one of those "pythonw has encountered a problem and needs to close