Hi,

I think the run_nodes plugin is buggy (although I may be wrong because
I'm not very sure about how to use it. I would thank you if you could
provide me an example.).

With the qt plugin if I double click a @run node the node editor
starts (it becomes highlighted and I can change its contents) but
nothing is executed.

With the tk plugin sometimes nothing happens after the double click
and sometimes I get errors like

Exception in thread Thread-6:
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in
__bootstrap_inner
    self.run()
  File "/usr/local/src/leo-editor/leo/plugins/run_nodes.py", line 244,
in run
    s=self.File.readline()
IOError: [Errno 9] Bad file descriptor

Traceback (most recent call last):

  File "/usr/local/src/leo-editor/leo/core/leoGlobals.py", line 2904,
in doHook
    return f(tag,keywords)

  File "/usr/local/src/leo-editor/leo/core/leoPlugins.py", line 295,
in doPlugins
    return doHandlersForTag(tag,keywords)

  File "/usr/local/src/leo-editor/leo/core/leoPlugins.py", line 270,
in doHandlersForTag
    val = callTagHandler(bunch,tag,keywords)

  File "/usr/local/src/leo-editor/leo/core/leoPlugins.py", line 249,
in callTagHandler
    result = handler(tag,keywords)

  File "/usr/local/src/leo-editor/leo/plugins/run_nodes.py", line 211,
in OnIdle
    OpenProcess(fn)

  File "/usr/local/src/leo-editor/leo/plugins/run_nodes.py", line 377,
in OpenProcess
    RunNode.c.selectVnode(RunNode)

  File "/usr/local/src/leo-editor/leo/core/leoNodes.py", line 1066, in
__getattr__
    raise AttributeError(attr)

AttributeError: c

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