> Date: Mon, 23 May 2005 14:25:04 -0400
> From: Perry Greenfield <[EMAIL PROTECTED]>
> I think the problem is that, by and large, almost all uses of GUIs
> are centered on their being standalone applications and thus
> little thought is given to having a command line coexisting
> with the GUI.
> Ou
From: Michael Lange
> you forgot to initialize tix by calling Tix.Tk() instead of
Tkinter.Tk().
Actually, "forgot" is being a bit generous. I have to admit I didn't
know that. Now it works.
Thanks Michael !
---
The information
Running Python 2.4 on Windows 2000. Have tried building own build of
Python 2.4 and Tcl/tk 8.4.7 and Tix 8.1.4, and have also tried simply
installing Python 2.4 on another machine (which includes its own
tcl/tk/tix distribution).
Both give same problem which is that Tix is available as a Python mod
I had this problem and hacked together what looked like fixes as a patch.
https://sourceforge.net/tracker/?func=detail&aid=1088468&group_id=11464&atid=311464
The two changes I threw into tktable.py were to do with the call to tk.call returning a tuple of strings rather than the expected s