On Wed, Jan 21, 2009 at 11:18 AM, TL <[email protected]> wrote:

>
> Traceback (most recent call last):
>  File "C:\_Proj\Leo\leo-editor\leo\core\leoGlobals.py", line 3077, in pr
>    sys.stdout.write(s+'\n')
> IOError: [Errno 9] Bad file descriptor


Strange.  I find it impossible to believe that adding a space character to s
will cause sys.stdout.write(s+'\n') to fail.

Presumably something else is happening.  Maybe sys.stdout has been somehow
redefined?  This is the only way I can see to generate a Bad File
descriptor.

Anyway, I'll look into this asap.

Edward

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