> From: Werner F. Bruhin [mailto:werner.bru...@free.fr] 
> Sent: Friday, October 23, 2009 07:31
> 
> I am just installing Windows 7 Pro and I am running into a 
> problem with matplotlib.
> 
> When running e.g. barchart_demo.py I get an error that it can 
> not find msvcp71.dll (the dll is in C:\Python25) and I see 
> the following exception.
> 
> Traceback (most recent call last):
  [...]
>   File 
> "C:\Python25\Lib\site-packages\matplotlib\transforms.py", 
> line 34, in <module>
>     from matplotlib._path import affine_transform
> ImportError: DLL load failed: Le module spcifi est introuvable.
  [...]

Hi, Werner.  I've been running the release candidate of Windows 7 and haven't
encountered that issue.  My Python installation is that of Python(x,y) 2.1.17,
which includes the same version of Python as yours, and I'm using a build of
matplotlib from SVN, although I previously used version 0.99.0 without DLL
trouble.

On my machine, I found msvcp71.dll in several directories under
C:\Python25\Lib\site-packages (including site-packages\wx-2.8-msw-unicode\wx),
in C:\Windows\System32, and in several locations under C:\Program Files, but
not in C:\Python25.  There is a similarly-named msvcr71.dll in C:\Python25.

I'm wondering whether and how msvcp71.dll is related to the traceback to the
_path module, because the _path module comprises a .pyd (~= .dll) file.  You
might start Python, enter "from matplotlib._path import affine_transform", and
see whether the import is successful.

Are you able to run other matplotlib examples?  Can you open a figure window?
What backend are you using, and does the problem occur with other matplotlib
backends, both GUI and non-GUI?


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to