At 11:44 AM 11/30/2006, you wrote:
>Dick Moores wrote:
> > I'd like to use TableListWrapper
> > (<http://tkinter.unpythonic.net/wiki/TableListWrapper>). I ran it as
> > TableList.py, and got this error:
> >
> > E:\Python25\dev\Tkinter>python TableList.py
> > Traceback (most recent call last):
> >    File "TableList.py", line 1142, in <module>
> >      tabletest()
> >    File "TableList.py", line 1061, in tabletest
> >      stretch = "all"
> >    File "TableList.py", line 50, in __init__
> >      _loadtablelist(master)
> >    File "TableList.py", line 1039, in _loadtablelist
> >      parent.tk.call("package", "require", "tablelist")
> > _tkinter.TclError: can't find package tablelist
> >
> > I have tcl in E:\Python25\tcl. It came with Python 2.5? Is the above
> > error caused by Python not being able to find tk/pcl? If so, what do
> > I do? And if not, what do I do?
>
>My guess is that you need the actual tcl tablelist widget from
>http://www.nemethi.de/ stored somewhere where tcl will find it, maybe in
>E:\Python25\tcl\tk8.4.

Thanks, Kent. That did it.

Dick

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to