current trunk, Jaunty

The following is reported upon Leo startup.

Once Leo opens, dtest seems to be the only plugin not loaded

==============================================================

kten...@itstation3:~/work/docubi$ leo
Can not import todo from plugin todo
Can not import contextmenu from plugin contextmenu
Can not import nav_qt from plugin nav_qt
Can not import backlink from plugin backlink
Can not import graphcanvas from plugin graphcanvas
Can not import dtest from plugin dtest
Leo 4.7 devel, build 2277, August 28, 2009
Python 2.6.2, qt version 4.5.0
linux2
reading settings in /home/ktenney/src/leo-editor/leo/config/leoSettings.leo
using menus from: leoSettings.leo
reading settings in /home/ktenney/work/docubi/myLeoSettings.leo
reading settings in /home/ktenney/work/docubi/start.leo
reading /home/ktenney/.leo/.leoRecentFiles.txt
unexpected exception in g.importFromPath(todo)
Traceback (most recent call last):

  File "/home/ktenney/src/leo-editor/leo/core/leoGlobals.py", line
6723, in importFromPath
    module = imp.load_module(moduleName,theFile,pathname,description)

  File "/home/ktenney/src/leo-editor/leo/plugins/todo.py", line 29, in <module>
    if g.app.gui.guiName() == "qt":

AttributeError: 'NoneType' object has no attribute 'guiName'

unexpected exception in g.importFromPath(contextmenu)
Traceback (most recent call last):

  File "/home/ktenney/src/leo-editor/leo/core/leoGlobals.py", line
6723, in importFromPath
    module = imp.load_module(moduleName,theFile,pathname,description)

  File "/home/ktenney/src/leo-editor/leo/plugins/contextmenu.py", line
58, in <module>
    g.assertUi('qt')

  File "/home/ktenney/src/leo-editor/leo/core/leoGlobals.py", line
6779, in assertUi
    assert g.app.gui.guiName() == uitype

AttributeError: 'NoneType' object has no attribute 'guiName'

unexpected exception in g.importFromPath(nav_qt)
Traceback (most recent call last):

  File "/home/ktenney/src/leo-editor/leo/core/leoGlobals.py", line
6723, in importFromPath
    module = imp.load_module(moduleName,theFile,pathname,description)

  File "/home/ktenney/src/leo-editor/leo/plugins/nav_qt.py", line 33,
in <module>
    g.assertUi('qt')

  File "/home/ktenney/src/leo-editor/leo/core/leoGlobals.py", line
6779, in assertUi
    assert g.app.gui.guiName() == uitype

AttributeError: 'NoneType' object has no attribute 'guiName'

loadOnePlugin no init() at_folder
loadOnePlugin no init() bookmarks
exception loading plugin
Traceback (most recent call last):

  File "/home/ktenney/src/leo-editor/leo/core/leoPlugins.py", line
441, in loadOnePlugin
    init_result = result.init()

  File "/home/ktenney/src/leo-editor/leo/plugins/colorize_headlines.py",
line 41, in init
    ok = g.app.gui.guiName() == "qt"

AttributeError: 'NoneType' object has no attribute 'guiName'

unexpected exception in g.importFromPath(backlink)
Traceback (most recent call last):

  File "/home/ktenney/src/leo-editor/leo/core/leoGlobals.py", line
6723, in importFromPath
    module = imp.load_module(moduleName,theFile,pathname,description)

  File "/home/ktenney/src/leo-editor/leo/plugins/backlink.py", line
70, in <module>
    if g.app.gui.guiName() == "tkinter":

AttributeError: 'NoneType' object has no attribute 'guiName'

unexpected exception in g.importFromPath(graphcanvas)
Traceback (most recent call last):

  File "/home/ktenney/src/leo-editor/leo/core/leoGlobals.py", line
6723, in importFromPath
    module = imp.load_module(moduleName,theFile,pathname,description)

  File "/home/ktenney/src/leo-editor/leo/plugins/graphcanvas.py", line
11, in <module>
    g.assertUi('qt')

  File "/home/ktenney/src/leo-editor/leo/core/leoGlobals.py", line
6779, in assertUi
    assert g.app.gui.guiName() == uitype

AttributeError: 'NoneType' object has no attribute 'guiName'

@enabled-plugins found in myLeoSettings.leo
Can not import dtest from plugin dtest
loadOnePlugin can not load enabled plugin: dtest

==============================================================

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