27 Jan
2008
27 Jan
'08
12:26 a.m.
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@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