Edward, Thanks for the fix and especially for the tip on debugging by executing a script. It is appreciated.
Regards Lewis On Saturday, March 1, 2014 10:08:01 PM UTC+11, Edward K. Ream wrote: > > > ​Fixed at a recent rev. > > The problem was due to a recently introduced "print e" statement. > > You can easily discover why a plugin fails to load. In this case, I ran > Leo with Python 3.3 and executed the following script in the body pane:: > > import leo.plugins.viewrendered2 > > This showed me the offending statement (in a traceback) in the log pane. > > 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/groups/opt_out.
