From: Jarek S. <ja...@ie...> - 2001-02-03 01:54:41
|
I do not know of a way to do it directly from Jython interpreter. However, if you are running Windows you can try to use IDLE (http://www.python.org/idle/). You can recall statements, edit code, dump your session and do many other things there. To run IDLE you would need to install jTkinter first. You can find jTkinter on SourceForge, it has a copy of IDLE included. Installation for jTkinter instructions are a bit dated, but generally work (just ignore jpython.jar, code.py, and javaos.py they are not needed with Jython). jTkinter may compile on other platforms, e.g, Linux, but I did not have a chance to test it. Jarek At 04:40 AM 2/2/2001, you wrote: >Hi all, > >I new to Jython. I have installed it and experimented with it a bit. I >like the >possiblity to walk through the history of statements. > >Is there a way to dump all the statements of a session in a file? > >Regards >Peter > >_______________________________________________ >Jython-users mailing list >Jyt...@li... >http://lists.sourceforge.net/lists/listinfo/jython-users |