Message3774

Author sergei175
Recipients pjenvey, sergei175
Date 2008-11-11.23:29:08
SpamBayes Score 1.3376866e-06
Marked as misclassified No
Message-id <1226446149.47.0.801027881279.issue1170@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks. But How this will explain the statement like:

H" [enter]

if I use the standard Jython, this look as:
******************************************
>>> H"
Traceback (most recent call last):
  (no code object) at line 0
  File "<stdin>", line 1
        H"
         ^
SyntaxError: line 1:2 no viable alternative at character '\n' (<stdin>,
line 1)

***************************

so this looks fine. But if I'll do the same via
InteractiveInterpreter (like JyConsole
 http://dev.artenum.com/projects/jyconsole/download
)

I still get the same but ..  again on my Linux prompt, 
instead of the GUI. I'm sure the 
stderr stream errors have been redirected from 
InteractiveInterpreter to GUI in this project,
so nothing should be printed out on my linux console.
 

cheers,
History
Date User Action Args
2008-11-11 23:29:09sergei175setmessageid: <1226446149.47.0.801027881279.issue1170@psf.upfronthosting.co.za>
2008-11-11 23:29:09sergei175setrecipients: + sergei175, pjenvey
2008-11-11 23:29:09sergei175linkissue1170 messages
2008-11-11 23:29:08sergei175create