[Tkinter-discuss] Re: Another problem -- deselecting individualentries in Tix HList

Jared Cohen Jared.Cohen at noaa.gov
Wed Mar 2 18:39:32 CET 2005


Thanks, but that didn't work. I tried the format:  
self.tree.hlist.selection_clear(from_=path)
And I got this error message:

File "/usr/lib/python2.3/lib-tk/Tix.py", line 1015, in selection_clear
    self.tk.call(self._w, 'selection', 'clear', *self._options(cnf, kw))
TclError: Entry "-from" not found

Using the leading underscore resulted in the same error. Any other ideas?


More information about the Tkinter-discuss mailing list