Message3772

Author sergei175
Recipients sergei175
Date 2008-11-11.19:47:27
SpamBayes Score 8.321033e-05
Marked as misclassified No
Message-id <1226432849.18.0.712807012884.issue1170@psf.upfronthosting.co.za>
In-reply-to
Content
I've just tried the application 
http://dev.artenum.com/projects/jyconsole/download

The author  claims that what he did is to redirecte the standard 
error output from  InteractiveInterpreter of jython to his GUI.
It works only for certain type of errors. But some errors went
directly to my linux console!

For example, if I type:

>> H. [ENTER]

or

>> H" [ENTER]

the standard error stream goes to my Linux prompt, rather then
redirected to the standard error stream in InteractiveInterpreter
and shown in JyConsole.

The same problem exits for jython 2.2 and jython 2.5beta
(in 2.5 beta case, H. [ENTER] does not show any errors, but H"
shows errors still in my linux prompt)

So, it seems jython does not  redirect all errors to the
InteractiveInterpreter error stream, it stills redirects some error
to stdout of  the linux prompt
History
Date User Action Args
2008-11-11 19:47:29sergei175setrecipients: + sergei175
2008-11-11 19:47:29sergei175setmessageid: <1226432849.18.0.712807012884.issue1170@psf.upfronthosting.co.za>
2008-11-11 19:47:29sergei175linkissue1170 messages
2008-11-11 19:47:27sergei175create