I use the following all-tkinter code to make a table. If it
lacks functionality, you can edit the code.
from Tkinter import *
from tkFont import Font
from math import floor
class Spreadsheet(Frame):
def __init__(self, parent, font=None, **keywords):
Frame.__init__(self, parent)
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
2009/9/3 Peter Milliken :
> BTW, I have been looking at the Tktable from that source and it doesn't look
> like a straightforward process at all! Despite the fact the author of
> README.txt claims you can build it with cygwin if TEA is installed (not
> really clear what TEA is although I found a we
BTW, I have been looking at the Tktable from that source and it doesn't look
like a straightforward process at all! Despite the fact the author of
README.txt claims you can build it with cygwin if TEA is installed (not
really clear what TEA is although I found a web-page, but the configure
script t
So what was the problem?
I am assuming you are referring to the tktable available from
http://tktable.sourceforge.net/?
Peter
On Thu, Sep 3, 2009 at 2:33 AM, simha wrote:
>
> 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