On Fri, Nov 9, 2012 at 12:47 PM, Terry Brown <
terry_...@yahoo.com> wrote:
> But you might also get some use out of the leoscreen plugin, if you're
> in a Unix environment.
It doesn't work on Windows? Why not?
When I fire it up, I get this:
Traceback (most recent call last):
File "c:\leo.repo\trunk\leo\core\leoPlugins.py", line 337, in callTagHandler
result = handler(tag,keywords)
File "c:\leo.repo\trunk\leo\plugins\leoscreen.py", line 176, in onCreate
leoscreen_Controller(c)
File "c:\leo.repo\trunk\leo\plugins\leoscreen.py", line 214, in __init__
self._get_output() # prime output diffing system
File "c:\leo.repo\trunk\leo\plugins\leoscreen.py", line 284, in _get_output
self.screen_cmd(['hardcopy -h "%s"'%self.tmpfile])
File "c:\leo.repo\trunk\leo\plugins\leoscreen.py", line 242, in screen_cmd
stderr=subprocess.PIPE) # screen's behavior
File "c:\python26\lib\subprocess.py", line 621, in __init__
errread, errwrite)
File "c:\python26\lib\subprocess.py", line 830, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
Also, I get this warning when showing the docstring::
<string>:114: (WARNING/2) Literal block ends without a blank line;
unexpected unindent.
Edward