Edward,

In build 4591 get this traceback from Help>Apropos Debugging Commands:

Leo Log Window
Leo 4.9 final, build 4411, June 21, 2011
Python 3.2.2, qt version 4.7.3
Windows 6, 1, 7601, 2, Service Pack 1
error importing plugin: leo.plugins.scrolledmessage
Traceback (most recent call last):
  File "C:\Python32\Lib\site-packages\leo-editor\leo\core
\leoPlugins.py", line 550, in loadOnePlugin
    toplevel = __import__(moduleName)
ImportError: No module named scrolledmessage

++++++++++++++++++++++++
About Debugging Commands
++++++++++++++++++++++++

The following commands are useful for debugging::

    collect-garbage:   Invoke the garbage collector.
    debug:             Start an external debugger in another process.
    disable-gc-trace:  Disable tracing of the garbage collector.
    dump-all-objects:  Print a summary of all existing Python objects.
    dump-new-objects:  Print a summary of all newly-created Python
objects.
    enable-gc-trace:   Enable tracing of the garbage collector.
    free-tree-widgets: Free all widgets used in Leo's outline pane.
    print-focus:       Print information about the requested focus.
    print-stats:       Print statistics about existing Python objects.
    print-gc-summary:  Print a brief summary of all Python objects.
    run-unit-tests:    Run unit tests in the presently selected tree.
    verbose-dump-objects: Print a more verbose listing of all existing
Python objects.

Leo also has many debugging settings that enable and disable traces.
For details, see the node: @settings-->Debugging in leoSettings.leo.
[end]

I checked the contents of myLeoSettings.leo and it has no
scrolledmessage.py. I made sure I removed it after Terry pronounced it
dead.
see 
http://groups.google.com/group/leo-editor/browse_thread/thread/14fe61ff9480b2b
The only reference (commented out) in LeoSettings.leo is @enabled-
plugins: # scrolledmessage.py # interferes with viewrendered.py.

Thanks
Lewis

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