Howdy,
I'm running the following code via <ctl-b> in a node:
from leo.core import leoBridge
bridge = leoBridge.controller(gui='nullGui', verbose=False)
bridge.loadPlugins = False
bridge.readSettings = False
c = bridge.openLeoFile('myLeoSettings.leo')
I get the following in the console:
todo.py plugin not loading because gui is not Qt
todo.py plugin not loading because gui is not Qt
Leo 4.8 devel, build 3005, February 26, 2010
Python 2.6.5, leoGui: dummy version
linux2
using menus from: leoSettings.leo
reading /home/ktenney/.leo/.leoRecentFiles.txt
@enabled-plugins found in myLeoSettings.leo
registerCommand
openWithFileName,createMenu,doHook,doPlugins,doHandlersForTag,callTagHandler,__init__(dtest.py,line
81),setCommand
@command: dt
Traceback (most recent call last):
File "/home/ktenney/work/fetched/leo-editor/leo/plugins/qtGui.py",
line 7537, in eventFilter
gui.onDeactivateEvent(event,c,obj,self.tag)
AttributeError: nullGui instance has no attribute 'onDeactivateEvent'
Traceback (most recent call last):
File "/home/ktenney/work/fetched/leo-editor/leo/plugins/qtGui.py",
line 7537, in eventFilter
gui.onDeactivateEvent(event,c,obj,self.tag)
AttributeError: nullGui instance has no attribute 'onDeactivateEvent'
Traceback (most recent call last):
File "/home/ktenney/work/fetched/leo-editor/leo/plugins/qtGui.py",
line 7537, in eventFilter
gui.onDeactivateEvent(event,c,obj,self.tag)
AttributeError: nullGui instance has no attribute 'onDeactivateEvent'
Traceback (most recent call last):
File "/home/ktenney/work/fetched/leo-editor/leo/plugins/qtGui.py",
line 7537, in eventFilter
gui.onDeactivateEvent(event,c,obj,self.tag)
AttributeError: nullGui instance has no attribute 'onDeactivateEvent'
--
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.