Hello,

I've tried to build matplotlib 0.98.5.2 for Python 2.6 under Windows
(Win2k) using MinGW and win32_static.  After a few fixes, the compilation
and install appear to be ok, but I've got stuck at importing
matplotlib._path (see transcript below).
Any suggestions on what is going wrong and how to fix it?

C:\My Programs\matplotlib-0.98.5.2>ipython -pylab
C:\Python26\lib\site-packages\IPython\Magic.py:38: DeprecationWarning: the
sets
module is deprecated
  from sets import Set
Traceback (most recent call last):
  File "C:\Python26\scripts\ipython.py", line 28, in <module>
    IPython.Shell.start().mainloop()
  File "C:\Python26\Lib\site-packages\IPython\Shell.py", line 1233, in start
    return shell(user_ns = user_ns)
  File "C:\Python26\Lib\site-packages\IPython\Shell.py", line 1108, in
__init__
    shell_class=MatplotlibMTShell)
  File "C:\Python26\Lib\site-packages\IPython\Shell.py", line 793, in
__init__
    on_kill=[mainquit])
  File "C:\Python26\Lib\site-packages\IPython\ipmaker.py", line 103, in
make_IPy
thon
    embedded=embedded,**kw)
  File "C:\Python26\Lib\site-packages\IPython\Shell.py", line 639, in
__init__
    user_ns,user_global_ns,b2 =
self._matplotlib_config(name,user_ns,user_global
_ns)
  File "C:\Python26\Lib\site-packages\IPython\Shell.py", line 559, in
_matplotli
b_config
    import matplotlib.pylab as pylab
  File "C:\Python26\lib\site-packages\matplotlib\pylab.py", line 206, 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 5, in
<module>

    from transforms import Bbox, IdentityTransform, TransformedBbox,
Transformed
Path
  File "C:\Python26\lib\site-packages\matplotlib\transforms.py", line 34, in
<mo
dule>
    from matplotlib._path import affine_transform
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht gefunden.

C:\My Programs\matplotlib-0.98.5.2>
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to