I just updated my local Trunk branch to the latest trunk (rev 2432)

I get the following error during Leo startup running the Tk GUI on
WinXP:

Traceback (most recent call last):
  File "leo\core\runLeo.py", line 650, in <module>
    run()
  File "leo\core\runLeo.py", line 95, in run
    ok = doPostPluginsInit(args,fn,relFn,script)
  File "leo\core\runLeo.py", line 365, in doPostPluginsInit
    c,frame = createFrame(fileName,relativeFileName,script)
  File "leo\core\runLeo.py", line 393, in createFrame
    ok, frame = g.openWithFileName(relativeFileName or fileName,None)
  File "C:\_Proj\Leo\trunk\leo\core\leoGlobals.py", line 2796, in
openWithFileName
    ok = g.handleOpenHooks(c,old_c,gui,fn,f,readAtFileNodesFlag)
  File "C:\_Proj\Leo\trunk\leo\core\leoGlobals.py", line 2859, in
handleOpenHooks
    readAtFileNodesFlag=readAtFileNodesFlag) # closes file.
  File "C:\_Proj\Leo\trunk\leo\core\leoFileCommands.py", line 899, in
open
    silent=silent)
  File "C:\_Proj\Leo\trunk\leo\core\leoFileCommands.py", line 792, in
getLeoFile
    c.redraw()
  File "C:\_Proj\Leo\trunk\leo\core\leoCommands.py", line 6476, in
redraw
    c.frame.tree.redraw(p)
  File "C:\_Proj\Leo\trunk\leo\plugins\tkGui.py", line 7296, in
redraw_now
    self.redrawHelper(scroll=scroll,forceDraw=forceDraw)
  File "C:\_Proj\Leo\trunk\leo\plugins\tkGui.py", line 7321, in
redrawHelper
    self.drawTopTree()
  File "C:\_Proj\Leo\trunk\leo\plugins\tkGui.py", line 7714, in
drawTopTree
    self.drawTree(p,self.root_left,self.root_top,
0,0,hoistFlag=hoistFlag)
  File "C:\_Proj\Leo\trunk\leo\plugins\tkGui.py", line 7742, in
drawTree
    h,indent = self.drawNode(const_p,x,y)
  File "C:\_Proj\Leo\trunk\leo\plugins\tkGui.py", line 7483, in
drawNode
    return self.force_draw_node(p,x,y)
  File "C:\_Proj\Leo\trunk\leo\plugins\tkGui.py", line 7492, in
force_draw_node
    h2,w2 = self.drawUserIcons(p,"beforeBox",x,y)
  File "C:\_Proj\Leo\trunk\leo\plugins\tkGui.py", line 7547, in
drawUserIcons
    h,w = 0,0 ; t = p.v.t
AttributeError: 'vnode' object has no attribute 't'

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

Reply via email to