Python2.6 went fairly clean.  I had to modify setupext.py a little to
account for tcltk8.5 and add the tcltk8.5 headers to the win32_static
distribution.

I am running into an error when importing matplotlib though.  I'll
poke around but would appreciate extra eyes.

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File 
"c:\python26\lib\site-packages\matplotlib-0.98.5.3_r7035-py2.6-win32.egg\matplotlib\pyplot.py
", line 6, in <module>
    from matplotlib.figure import Figure, figaspect
  File 
"c:\python26\lib\site-packages\matplotlib-0.98.5.3_r7035-py2.6-win32.egg\matplotlib\figure.py
", line 17, in <module>
    import artist
  File 
"c:\python26\lib\site-packages\matplotlib-0.98.5.3_r7035-py2.6-win32.egg\matplotlib\artist.py
", line 5, in <module>
    from transforms import Bbox, IdentityTransform, TransformedBbox,
TransformedPath
  File 
"c:\python26\lib\site-packages\matplotlib-0.98.5.3_r7035-py2.6-win32.egg\matplotlib\transform
s.py", line 34, in <module>
    from matplotlib._path import affine_transform
ImportError: DLL load failed: The specified procedure could not be found.

- Charlie

On Fri, Apr 10, 2009 at 4:06 PM,  <jdh2...@gmail.com> wrote:
> On Apr 10, 2009 2:06pm, Charlie Moad <cwm...@gmail.com> wrote:
>
>> 0.98.6 only?
>
> I think so. We can keep 0.91 around in case anyone needs it and a critical
> bug fix comes in, but I think we should get the final bugfix on 0.98 out
> with this release and then focus on the trunk for the next release.
>
> Thanks,
> JDH

------------------------------------------------------------------------------
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-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to