On Sat, May 2, 2015 at 7:43 AM, Steve Zatz <[email protected]> wrote: > So far no luck but am wondering if the error below is causing subsequent > plugins to fail to load. >
A failed plugins should not affect other plugins. > A related question is: there are a number of plugins that appear to load > automatically -- how can that list be modified since I don't see them in > any settings file? The error is: > > Traceback (most recent call last): > File "c:\users\szatz\leo-editor\leo\core\leoPlugins.py", line 538, in > loadOnePlugin > __import__(moduleName) > ImportError: No module named 'leo.plugins.printing' > loadOnePlugin: can not load enabled plugin: leo.plugins.printing > printing.py no longer exists because it is part of Leo's core. Look for the @enabled-plugins node in leoSettings.leo, myLeoSettings.leo and each loaded .leo file. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
