On Wed, Nov 12, 2008 at 1:31 AM, thyrsus <[EMAIL PROTECTED]> wrote: > But then I try to exit leo, and I get [snip] > AttributeError: 'vnode' object has no attribute 't'
Leo calls frame.destroySelf during shutdown, and this method calls frame.destroyAllObjects, which in turn calls g.clearAllIvars for various objects. So during shutdown attributes can go away. Try making frame.destroyAllObjects (or g.clearAllIvars) a do-nothing and see if the problem disappears. Edward --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
