On 16 Aug 2006, at 10:11, Martin Costabel wrote:

> Kevin Horton wrote:
> []
>> According to Jeff Whitaker (the package maintainer):
>>
>> "Known problem - TkAgg/X11 is broken on OS X 10.4 (it worked on  
>> 10.3).
>> No known workarounds (other than using GTKAgg instead)."
>
> If I just add one line to the matplotlib-py.info PatchScript
>
>   perl -pi -e 's|tk_framework_found = 1|#tk_framework_found = 1|g'
> setupext.py
>
> it seems to work.
>
> I guess I'll have to do the same for vtk, i.e. close the holes  
> where it
> still lets the frameworks in.

Martin,

Thanks for the detective work.  Your fix solved the problem I  
reported, but trying the other matplotlib examples that use Tk shows  
one more failure:

% python /sw/share/doc/matplotlib-py24/examples/animation_blit_tk.py
Exception in Tkinter callback
Traceback (most recent call last):
   File "/sw/lib/python2.4/lib-tk/Tkinter.py", line 1345, in __call__
     return self.func(*args)
   File "/sw/lib/python2.4/lib-tk/Tkinter.py", line 456, in callit
     func(*args)
   File "/sw/share/doc/matplotlib-py24/examples/ 
animation_blit_tk.py", line 31, in run
     ax.draw_artist(line)
   File "/sw/lib/python2.4/site-packages/matplotlib/axes.py", line  
1047, in draw_artist
     assert self._cachedRenderer is not None
AssertionError

--
Kevin Horton
Ottawa, Canada



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to