I'm getting the following in the log, no button toolbar:
Ubuntu 9.10

Leo Log Window
Leo 4.7.1 final, build 3005, February 26, 2010
Python 2.6.4, qt version 4.5.2
linux2
setting leoID from os.getenv('USER'): 'ktenney'
load dir: /home/ktenney/work/download/leo-editor/leo/core
global config dir: /home/ktenney/work/download/leo-editor/leo/config
home dir: /home/ktenney
reading settings in
/home/ktenney/work/download/leo-editor/leo/config/leoSettings.leo
using menus from: leoSettings.leo
reading settings in /home/ktenney/work/explanans/myLeoSettings.leo
reading settings in /home/ktenney/work/explanans/start.leo
Can not import Tkinter from plugin leo.plugins.plugins_menu
exception importing plugin leo.plugins.at_folder
Traceback (most recent call last):
  File "/home/ktenney/work/download/leo-editor/leo/core/leoPlugins.py",
line 442, in loadOnePlugin
    toplevel = __import__(moduleName)
  File "/home/ktenney/work/download/leo-editor/leo/plugins/at_folder.py",
line 73, in <module>
    g.plugin_signon(__name__)
  File "/home/ktenney/work/download/leo-editor/leo/core/leoGlobals.py",
line 3176, in plugin_signon
    exec("import %s ; m = %s" % (module_name,module_name))
  File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'at_folder'
@enabled-plugins found in myLeoSettings.leo
exception importing plugin leo.plugins.at_folder
Traceback (most recent call last):
  File "/home/ktenney/work/download/leo-editor/leo/core/leoPlugins.py",
line 442, in loadOnePlugin
    toplevel = __import__(moduleName)
  File "/home/ktenney/work/download/leo-editor/leo/plugins/at_folder.py",
line 73, in <module>
    g.plugin_signon(__name__)
  File "/home/ktenney/work/download/leo-editor/leo/core/leoGlobals.py",
line 3176, in plugin_signon
    exec("import %s ; m = %s" % (module_name,module_name))
  File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'at_folder'
reading: /home/ktenney/work/explanans/start.leo
Traceback (most recent call last):
  File "/home/ktenney/work/download/leo-editor/leo/core/leoGlobals.py",
line 3161, in doHook
    return f(tag,keywords)
  File "/home/ktenney/work/download/leo-editor/leo/core/leoPlugins.py",
line 299, in doPlugins
    return doHandlersForTag(tag,keywords)
  File "/home/ktenney/work/download/leo-editor/leo/core/leoPlugins.py",
line 275, in doHandlersForTag
    val = callTagHandler(bunch,tag,keywords)
  File "/home/ktenney/work/download/leo-editor/leo/core/leoPlugins.py",
line 254, in callTagHandler
    result = handler(tag,keywords)
  File "/home/ktenney/work/download/leo-editor/leo/plugins/at_folder.py",
line 68, in onSelect
    if g.match_word(h,0,"@folder"):
AttributeError: 'NoneType' object has no attribute 'match_word'

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