From: Steve C. <St...@ig...> - 2002-01-18 16:52:27
|
There is some meat on this stupid newbie question, isn't there? 8-) I just typed return. This was on a RedHat linux installation with the revisions to ReadlineConsole.java that I submitted last week and the installation was set to use org.gnu.Readline -----Original Message----- From: Samuele Pedroni [mailto:ped...@bl...] Sent: Friday, January 18, 2002 10:45 AM To: jyt...@li...; Steve Cohen Subject: Re: [Jython-users] stupid newbie question stupid newbie questionPuzzled me. [Steve Cohen session] =A6>>> if entries.hasMoreElements(): =A6... print "hello" =A6... =A6Traceback (innermost last): =A6 (no code object) at line 0 =A6 File "<console>", line 3 =A6 null =A6 ^ =A6SyntaxError: invalid syntax =A6>>> If it says it's a syntax error it is one (with very high probability). What do you typed on the second "..." line, I really mean what keyboard char? I'm unable to find a key combination that produces the signaled empty (null) line. Thanks, Samuele Pedroni. |