[Tutor] looking for some advice
Alan Gauld
alan.gauld at btinternet.com
Mon May 7 22:05:05 CEST 2012
On 07/05/12 15:19, Chris Hare wrote:
> Basically, I am trying to imitate a notebook like in Tkinter.ttk,
> I know Tix has a notebook widget, but that would require people
> to download and compile the Tix components.
You must be using a very old version of Python.
Tix has been in the standard library since version 2.3 I think...
The documentation for the Python version is not great but
there is a lot on the Tcl version wjhich is fairly easy
to translate.
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
More information about the Tutor
mailing list