3608 also runs into problems of linking with the freetype libraries.  Some
much older versions (say in the 3500s) compile, but still crash
python2.5.1with errors like:

C:\matplotlib\trunk\matplotlib\examples>c:\python25\python.exe
embedding_in_wx4.
py
embedding_in_wx4.py:24: DeprecationWarning: The wxPython compatibility
package i
s no longer automatically generated or actively maintained.  Please switch
to th
e wx package as soon as possible.
  from wxPython.wx import *

Thanks again for the help!

William

On 8/1/07, John Hunter <[EMAIL PROTECTED]> wrote:
>
> On 8/1/07, william ratcliff <[EMAIL PROTECTED]> wrote:
> >     from matplotlib.mathtext import math_parse_s_ft2font
> >   File
> > "c:\python25\Lib\site-packages\matplotlib\mathtext.py",
> > line 1182, in <mo
> > dule>
> >     class Vlist(List):
> >   File
> > "c:\python25\Lib\site-packages\matplotlib\mathtext.py",
> > line 1189, in Vli
> > st
> >     def vpack(self, h=0., m='additional', l=float('inf')):
> > ValueError: invalid literal for float(): inf
>
> It's not clear to me why you should be hitting mathtext at all, since
> the wxcursor_demo.py does not use it, as far as I can tell.  Michael,
> would any of your earlier work caused him to get into mathtext
> inapproriately?  You may need to revert a little farther, William, eg
> to r3608 while we get this sorted out.
>
> JDH
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to