[Tkinter-discuss] Tktable module for python 3.1

simha supersimha at gmail.com
Fri Sep 11 17:05:07 CEST 2009


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/projects/tktable/files/
If anyone have already used it, then please help me setting up the module...
My mail id is supersimha at gmail.com(supersimha(at)gmail(dot)com)

The code for Tktable is as said below
     import tktable
    
     table = tktable.Table(parent,
         rows = 5,
         cols = 5
        )

-- 
View this message in context: http://www.nabble.com/Tktable-module-for-python-3.1-tp25402719p25402719.html
Sent from the Python - tkinter-discuss mailing list archive at Nabble.com.



More information about the Tkinter-discuss mailing list