listtree.py crash

Issac issac at myfirstlink.net
Sun Dec 30 21:05:14 EST 2001


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





More information about the Python-list mailing list