import error of affine_transform from matplotlib._path

Hello there

I am trying to put together matplotlib-1.0.1-win32-py2.6,
numpy-1.5.1-win32-superpack-python2.6 and
scipy-0.9.0rc1-win32-superpack-python2.6 for py2.6.6.

When I run my file through eclipse I get this error:

Traceback (most recent call last):
  File "C:\Documents and Settings\Colby
Student\Desktop\fungi\src\display.py", line 8, in <module>
    import pylab as pl
  File "C:\Python26\lib\site-packages\pylab.py", line 1, in <module>
    from matplotlib.pylab import *
  File "C:\Python26\lib\site-packages\matplotlib\pylab.py", line 220, in
<module>
    from matplotlib import mpl # pulls in most modules
  File "C:\Python26\lib\site-packages\matplotlib\mpl.py", line 1, in
<module>
    from matplotlib import artist
  File "C:\Python26\lib\site-packages\matplotlib\artist.py", line 6, in
<module>
    from transforms import Bbox, IdentityTransform, TransformedBbox,
TransformedPath
  File "C:\Python26\lib\site-packages\matplotlib\transforms.py", line 34, in
<module>
    from matplotlib._path import affine_transform
ImportError: DLL load failed: The system cannot find the file specified.

How can I deal with it?

Please, help :frowning:

···

--
View this message in context: http://old.nabble.com/import-error-of-affine_transform-from-matplotlib._path-tp31241831p31241831.html
Sent from the matplotlib - users mailing list archive at Nabble.com.