« Return to Thread: matplotlib: no interactive backends appear to work

Re: matplotlib: no interactive backends appear to work

by Guido Soranzio :: Rate this Message:

Reply to Author | View in Thread


On Jan 27, 2008, at 12:42 AM, John Owens wrote:

> I still don't get any interactive backends doing anything at
> all, including tk.

There is a problem with py25-tkinter since it has not been
synced yet with the new Tk 8.5.

I reported and cc'ed to mww@... a simple patch
more than 72 hours ago, so I hope he won’t mind if I commit
it now: <http://trac.macports.org/projects/macports/changeset/33426>-

When you run from python2.5

import Tkinter
t = Tkinter.Tk()

a window should open now instead of the previous error message:

"RuntimeError: tk.h version (8.5) doesn't match libtk.a version (8.4)".


- Guido_______________________________________________
macports-users mailing list
macports-users@...
http://lists.macosforge.org/mailman/listinfo/macports-users

 « Return to Thread: matplotlib: no interactive backends appear to work