Deinstalled 2.5.4 and installed again, same issue.  Deinstalled again 
and installed 2.5.2, both times I also deleted python25 folder.

Running barchart_demo.py directly works (c:\python25\python.exe 
pathto\barchart_demo.py).

Running it from within idle I get the same exception again:
Traceback (most recent call last):
  File "D:\Dev\aaTests\matplotlib\barchart_demo.py", line 3, in <module>
    import matplotlib.pyplot as plt
  File "C:\Python25\Lib\site-packages\matplotlib\pyplot.py", line 6, in 
<module>
    from matplotlib.figure import Figure, figaspect
  File "C:\Python25\Lib\site-packages\matplotlib\figure.py", line 16, in 
<module>
    import artist
  File "C:\Python25\Lib\site-packages\matplotlib\artist.py", line 5, in 
<module>
    from transforms import Bbox, IdentityTransform, TransformedBbox, 
TransformedPath
  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 spécifié est introuvable.

Noticed that msvcp71.dll is being installed by mpl (at least that is 
what I see in matplotlib-wininst.log).

"cd" to the folder of the script and running it again directly with 
Python I see the error again.

What could cause this?  Maybe one of the msvcp71.dll is incompatible 
with stuff already loaded by Python?

Will keep experimenting and see if I can get Boa to work with mpl

Werner





------------------------------------------------------------------------------
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