Re: Referring to Interpreter (Jython)

2006-07-23 Thread wojciech
Hi everyone, Ah, after some more searching and programming, I got it: PythonInterpreter py = new PythonInterpreter(); py.set("interpreter", py); Thanks, Wojciech [EMAIL PROTECTED] wrote: > Hi everyone, > > I apologize if this is a bit off-topic. I am currently working on a > Java-based applicat

Referring to Interpreter (Jython)

2006-07-23 Thread wojciech
Hi everyone, I apologize if this is a bit off-topic. I am currently working on a Java-based application that is used Jython as a scripting language within the actual program. However, for one of my GUI elements, I need to pass the actual PythonInterpeter to the constructor. I know that in Java th