Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

TkTable with Python?

37 views
Skip to first unread message

Ken Mcdonald

unread,
Mar 24, 1998, 3:00:00 AM3/24/98
to

Has anyone successfully used TkTable with Python? (This is Jeff
Hobb's very nice Tk addon for doing tables.) TkTable requires
access to a Tcl-style array (to store its data), so I'm assuming
using it won't be quite as trivial as just writing a glue file.

Thanks,
Ken

P.S. Now I demonstrate my utter ignorance of the Internet news
service. We're still not getting comp.lang.python.announce at
our site. Does the sysadmin have to explicitly enable this group?
Or is there something I can do.

--
========================================
Kenneth McDonald
Genome Sequencing Center
Washington University School of Medicine

Phone: 314-286-1831
========================================

Paul Boddie

unread,
Mar 25, 1998, 3:00:00 AM3/25/98
to

Ken Mcdonald (kmc...@watson.wustl.edu) wrote:
: Has anyone successfully used TkTable with Python? (This is Jeff

: Hobb's very nice Tk addon for doing tables.) TkTable requires
: access to a Tcl-style array (to store its data), so I'm assuming
: using it won't be quite as trivial as just writing a glue file.

I haven't seen the TkTable, but I have done the basics of a table
widget implementation in Python/Tkinter. I recently reviewed my
previous attempt and have now produced something a bit better, in
my opinion.

It can be found here:

http://assuwww.cern.ch/~pboddie/Personal/Interests/Python/TkinterTable2.html

: P.S. Now I demonstrate my utter ignorance of the Internet news


: service. We're still not getting comp.lang.python.announce at
: our site. Does the sysadmin have to explicitly enable this group?
: Or is there something I can do.

I didn't have to do anything myself. I was just asked one day
whether I wanted to subscribe or not - I subscribed, of course!

--
Paul Boddie Paul....@cern.ch
| http://assuwww.cern.ch/~pboddie
| Any views expressed above are personal and not necessarily
| shared by my employer or my associates.

Dirk Heise

unread,
Mar 25, 1998, 3:00:00 AM3/25/98
to

Ken Mcdonald:

> P.S. Now I demonstrate my utter ignorance of the Internet news
> service. We're still not getting comp.lang.python.announce at
> our site. Does the sysadmin have to explicitly enable this group?
> Or is there something I can do.
A news server does only provide a set of newsgroups, not all.
You have to ask the admin if its not provided.

Dirk Heise, Braunschweig, Germany
dhe...@metronet.de


Klaus Roethemeyer

unread,
Mar 26, 1998, 3:00:00 AM3/26/98
to Ken Mcdonald
Ken Mcdonald wrote:

> Has anyone successfully used TkTable with Python? (This is Jeff
> Hobb's very nice Tk addon for doing tables.) TkTable requires
> access to a Tcl-style array (to store its data), so I'm assuming
> using it won't be quite as trivial as just writing a glue file.
>

> Thanks,
> Ken
>


Try the attached module. It is not complete and not very well tested,
but you can work with.

Klaus Roethemeyer

tktable.py
0 new messages