From: <Ken...@ub...> - 2002-03-19 18:21:36
|
jpython --> jython What readline support are you using? jython won't use readline support (as in python command shell), without the JNI wrapper (haven't got this working myself either). The java command interpreter (i think partly due to missing readline support) doesn't allow nearly as much stuff, like line continuances etc as the cpython version. script's do work though (iirc) -----Original Message----- From: bcox Sent: 19 March 2002 16:17 To: jython-users Cc: bcox Subject: [Jython-users] Newbie problems I've just begun experimenting with jpython (just today). Hope to use it to replace velocity as the teacher-programmable component of the interactive learning environment at http://virtualschool.edu/jile. My first problem is that tutorial chapter on strings isn't working right (on Linux 7.0 Redhat) >>> "Hello world" "Hello world" >>> "Hello\ Syntax error: LexicalScanner Encountered <EOF> after \ This one is critical and preventing me from exploring deeper. Second problem is that command history isn't working. readline is definitely installed but isn't being recognized by the installer. Can someone please help? Sorry if these are faqs; I've not made it through all the docs yet. -- Brad Cox, PhD; bc...@vi... 703 361 4751 o For industrial age goods there were checks and credit cards. For everything else there is http://virtualschool.edu/mybank o Java Interactive Learning Environment http://virtualschool.edu/jile o Java Web Application Architecture: http://virtualschool.edu/jwaa _______________________________________________ Jython-users mailing list Jyt...@li... https://lists.sourceforge.net/lists/listinfo/jython-users Visit our website at http://www.ubswarburg.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. |