On Wed, Sep 2, 2009 at 5:55 PM, Kent Tenney<[email protected]> wrote:
> Right, the script 'leo' above runs > $ /usr/bin/python ~/src/leo-editor/launchLeo.py start.leo > > Leo opens start.leo (my workbook) just fine, and it seems the only plugin > not available is dtest.py, the other ones mentioned in the traceback: > todo, contextmenu, nav_qt ... > > appear to be loaded and working. Alright. The problem is that leo imports the plugins too early, and then reloads them "correctly" later on. I only get this error for one plugin. (Note that the fix is not to suppress this message which is easy and wrong - the fix is to not load any plugins before ui has been created). -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
