matplotlib: no interactive backends appear to work
Guido Soranzio
guido.soranzio at gmail.com
Sat Jan 26 16:26:48 PST 2008
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 at macports.org 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
More information about the macports-users
mailing list