listtree.py crash

Issac issac at myfirstlink.net
Sun Dec 30 22:29:27 EST 2001


Oops, nevermind.  PyQt is exactly what I need.  Such a beautiful piece of
software!

Issac

> ActiveState Python 2.1.1 and 2.2 both reject the listtree.py tkinter demo
> (from the Python 2.2 source distro) :
> 
> $ python listtree.py listtree.py
> Traceback (most recent call last):
>   File "listtree.py", line 37, in ?
>     main()
>   File "listtree.py", line 33, in main
>     list = listtree(f, app)
>   File "listtree.py", line 11, in listtree
>     listnodes(list, app, '.', 0)
>   File "listtree.py", line 15, in listnodes
>     klass = list.send(app, 'winfo', 'class', widget)
>   File "c:\Python21\lib\lib-tk\Tkinter.py", line 582, in send
>     return self.tk.call(('send', interp, cmd) + args)
> TclError: invalid command name "send"
> 
> Does anyone know how to fix this?
> 
> Issac
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.310 / Virus Database: 171 - Release Date: 12/19/2001
> 
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.310 / Virus Database: 171 - Release Date: 12/19/2001





More information about the Python-list mailing list