Thanks, Christoph. I confirmed that this build solves the problem.
Dilip.
- Original Message
From: Christoph Gohlke
To: matplotlib-users
Sent: Tue, November 24, 2009 5:55:03 PM
Subject: Re: [Matplotlib-users] Unable to import matplotlib.pylab in Windows
I was able to reproduce your
Christoph, you were right about the lack of SSE2 support. CPU-Z says that my
laptop has only SSE support.
However, when I downloaded your build and installed it, I still have the same
problem.
Thanks for all your help on this.
Dilip.
- Original Message
From: Christoph Gohlke
To: m
OK, I did the check that you mentioned (deleted the entire directory
C:\Python26 before reinstalling Python). That didn't help.
I ran Dependency Walker on _path.pyd and got the following:
First, it lists the four DLLs that it did not find: MSVCR90.DLL, MSVCP90.DLL,
DWMAPI.DLL, EFSADU.DLL.
Furt
Yes.
import numpy, matplotlib
works fine.
import matplotlib.pylab
does not work.
Thanks,
Dilip.
- Original Message
From: Alan G Isaac
To: matplotlib-users@lists.sourceforge.net
Sent: Mon, November 23, 2009 2:56:55 PM
Subject: Re: [Matplotlib-users] Unable to import matplotlib.pylab in
Christoph, I couldn't get it to work after this download either. Same problem
as before.
After that, I tried the following:
1. Upgraded to XP Service Pack 3.
2. Uninstalled Python 2.6 and all related packages.
3. Reinstalled Python 2.6.4 with "Install for all users" set.
4. Reinstalled Numpy 1.
Hi, all.
I am unable to import matplotlib.pylab.
When I run the following command:
python -c "import matplotlib.pylab"
the application crashes with a windows error message.
Running with the -v option shows that the application crashes at the following
stage:
import matplotlib.transforms
>From