I'm running the trunk (lp:leo-editor) just updated, getting the following
when starting Leo. This is on Ubuntu 8.04.

Is this a TK version issue? I haven't been following that thread.

Thanks,
Kent

Traceback (most recent call last):
  File "/home/ktenney/code/bzr/leo-editor/leo/src/leo.py", line 463, in <module>
    run(getFileName())
  File "/home/ktenney/code/bzr/leo-editor/leo/src/leo.py", line 150, in run
    c,frame = createFrame(fileName,relativeFileName)
  File "/home/ktenney/code/bzr/leo-editor/leo/src/leo.py", line 223,
in createFrame
    ok, frame = g.openWithFileName(relativeFileName or fileName,None)
  File "/home/ktenney/code/bzr/leo-editor/leo/src/leoGlobals.py", line
1927, in openWithFileName
    gui=gui)
  File "/home/ktenney/code/bzr/leo-editor/leo/src/leoApp.py", line
602, in newLeoCommanderAndFrame
    frame.finishCreate(c)
  File "/home/ktenney/code/bzr/leo-editor/leo/src/leoTkinterFrame.py",
line 470, in finishCreate
    f.createSplitterComponents()
  File "/home/ktenney/code/bzr/leo-editor/leo/src/leoTkinterFrame.py",
line 532, in createSplitterComponents
    f.canvas = f.createCanvas(f.split2Pane1)
  File "/home/ktenney/code/bzr/leo-editor/leo/src/leoTkinterFrame.py",
line 600, in createCanvas
    canvas = self.createTkTreeCanvas(parentFrame,scrolls,pack)
  File "/home/ktenney/code/bzr/leo-editor/leo/src/leoTkinterFrame.py",
line 634, in createTkTreeCanvas
    c.bind(canvas,"<ButtonPress>",mapWheel,add=1)
TypeError: bind() got an unexpected keyword argument 'add'

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to