[Tkinter-discuss] Re: Yet Another Table widget...

Martin Franklin mfranklin1 at gatwick.westerngeco.slb.com
Thu Feb 10 16:40:02 CET 2005


Stewart Midwinter wrote:
> Nice work, Martin!  I especially liked the way you provided a web page
> with detailed instructions on how you did the conversion so that
> others can use it as a guide for their own requirements if they
> discover other Tcl widgets that would be useful to use under Python.
> 
> In addition, you provided a simple test for the widget so someone can
> get an immediate example of the widget in use.  Fredrik Lundh could
> take a page from your book!
> 
> I see you did your work under Linux.  Have you tested it at all under
> Windows? For me under Win2k, when I try to run the example, I get the
> following error complaining about the tablelist::tablelist that you
> spent so much time on. Same error with both standard and scroll-bar
> version of the tablelist:
> 
> 
> Traceback (most recent call last):
>   File "TableList.py", line 1049, in ?
>     selectmode="extended")    
>   File "TableList.py", line 999, in __init__
>     self.tablelist = TableList(self, **kw)
>   File "TableList.py", line 55, in __init__
>     Widget.__init__(self, master, 'tablelist::tablelist', cnf, kw)
>   File "c:\python24\lib\lib-tk\Tkinter.py", line 1861, in __init__
>     self.tk.call(
> _tkinter.TclError: invalid command name "tablelist::tablelist"
> 
> 
> 


Stewart,

Sorry for the quick reply but I am just leaving work....  I just
downloaded my tar ball and unwrapped it on my Win2K laptop,
I edited the TableList.py file and pressed F5 (SciTE run buffer)
and sorry to say it just worked!

can you give me some more info (python version, command used to test
etc)
I'll take a look when I get home (2+ hours from now!)


Cheers
Martin




More information about the Tkinter-discuss mailing list