On Tue, Mar 25, 2008 at 5:55 PM, Terry Brown <[EMAIL PROTECTED]>
wrote:

>
> Ok - finally got the fix for the ignored Tk variable exception at
> startup on to the trunk - log message didn't make so much sense because
> of the order I did things in, will avoid that hiccup next time.
>
> It was a very trivial change :-)


Thanks for this.  Cleo works for me, and all unit tests pass.

However, I got the following when I chose find-next-todo:

<type 'exceptions.AttributeError'> Exception in Tk callback
  Function: <function <lambda> at 0x01AC21B0> (type: <type 'function'>)
  Args: ()
Traceback (innermost last):
  File "c:\python25\lib\site-packages\Pmw\Pmw_1_3\lib\PmwBase.py", line
1747, in __call__
    return apply(self.func, args)
  File "C:\leo.repo\leo-editor\trunk\leo\plugins\cleo.py", line 1157, in
<lambda>
    underline=0,command=lambda:self.find_todo(p))
  File "C:\leo.repo\leo-editor\trunk\leo\plugins\cleo.py", line 1370, in
find_todo
    if self.find_todo(p.getParent().getNext(), stage = 1): return True
  File "C:\leo.repo\leo-editor\trunk\leo\plugins\cleo.py", line 1367, in
find_todo
    if self.find_todo(p.getNext(), stage = 1): return True
  File "C:\leo.repo\leo-editor\trunk\leo\plugins\cleo.py", line 1367, in
find_todo
    if self.find_todo(p.getNext(), stage = 1): return True
  File "C:\leo.repo\leo-editor\trunk\leo\plugins\cleo.py", line 1367, in
find_todo
    if self.find_todo(p.getNext(), stage = 1): return True
  File "C:\leo.repo\leo-editor\trunk\leo\plugins\cleo.py", line 1364, in
find_todo
    if self.find_todo(nd, stage = 2): return True
  File "C:\leo.repo\leo-editor\trunk\leo\plugins\cleo.py", line 1364, in
find_todo
    if self.find_todo(nd, stage = 2): return True
  File "C:\leo.repo\leo-editor\trunk\leo\plugins\cleo.py", line 1350, in
find_todo
    vn.unknownAttributes['annotate'].has_key('priority')):
<type 'exceptions.AttributeError'>: 'tuple' object has no attribute
'has_key'

@enabled-plugins found in leoSettings.leo

Let's fix this before b3.

In spite of initial difficulties with bzr, Leo is already benefiting from
more collaboration.

Edward

P.S.  I might enable cleo in leoSettings.leo, but I personally don't like
the coloring of @thin nodes.  Is there any way I can disable that feature?

EKR

--~--~---------~--~----~------------~-------~--~----~
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