[Tkinter-discuss] Draw a table in Python 3.1

2009-09-02 Thread simha
Hi all. I am very new to the world of python. I am desining a GUI using the tkinter module and would like to include a table of 6 columns and n rows. I am developing this code in windows xp. I downloaded a tktable module. But not able to install this. Please help me in this regard. Thanks in advan

Re: [Tkinter-discuss] Draw a table in Python 3.1

2009-09-04 Thread simha
Hi Guilherme Polo, Can you please me in a little detail how to install tktable module with the python 3.1 version. I really need it badly and since you have used it, can you please read me through the steps. Also if you have a working Tktable module, can you please provide it to me. My mail id i

[Tkinter-discuss] Tktable module for python 3.1

2009-09-11 Thread simha
Hi all, Need some help. I found out a module Tktable to draw a table, access the cell contents and retrieve data, put data etc., But I am not able to use the module. Can anyone help me with the installation. I am trying to do this on windows... The module is available at http://sourceforge.net/

[Tkinter-discuss] How to set option

2009-11-04 Thread simha
-- View this message in context: http://old.nabble.com/How-to-set-option-tp26195281p26195281.html Sent from the Python - tkinter-discuss mailing list archive at Nabble.com. ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.pytho

[Tkinter-discuss] How to set optionmenu without setting the variable

2009-11-04 Thread simha
The conventional way goes this var = Stringvar() var.set('value') But i want to happen without using the variable. Can someone help me out on this? -- View this message in context: http://old.nabble.com/How-to-set-optionmenu-without-setting-the-variable-tp26195310p26195310.html Sent from the Py

[Tkinter-discuss] How to set option menu without setting variable

2009-11-09 Thread simha
My issue is as follows... I have a dictionary which I use for display. I have an object which has 4 optionmenu and 4 text boxes. this object is displayed when i click on tree node.(display value depends on dictionary) If i have 4 tree nodes, object remains same but dictionary changes. So if at on