I looked into the same problem a while ago and I was not able to make the 
Tktable gadget work on windows.
If you ever manage, it would be great if you could post a detailed step-to-step 
list.

I found an alternative that worked even better in my case. 
There is a MultiListBox gadget (several versions exist) that emulates a table 
by putting a number of synchronized lists next to each other. It features 
sorting, so that the table can be resorted by any column at a mouse click and 
some other good features. Bigest set back is that it is not good for numerical 
calculations. The fields are left adjusted and summing up &c. is optically not 
nice to implement.

HK
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to