Re: trouble with Tkinter and Tix

2006-04-12 Thread Christos Georgiou
On 11 Apr 2006 14:39:41 -0700, rumours say that "CT" <[EMAIL PROTECTED]> might have written: >I installed python 2.4.3, Tcl 8.4 Tk8.4 and also with Tix 8.4 >I got some error like _tkinter.TclError:ambigous option "-col": must be >column, etc with my LabelFrame from Tix. > >It seems that the pytho

trouble with Tkinter and Tix

2006-04-11 Thread CT
Hi, I installed python 2.4.3, Tcl 8.4 Tk8.4 and also with Tix 8.4 I got some error like _tkinter.TclError:ambigous option "-col": must be column, etc with my LabelFrame from Tix. It seems that the python interpreter is mixing my Tix with Tkinter? If I put Tix.LabelFrame and use import Tix instead