Resource Menu


RE : JyConsole with the latest Jython
I'm afraid that I have no idea at this moment in time.

All I have done is import the project source into eclipse and replaced Jython 2.1 with 2.2 in the references. The problem occurs on the line:

String className = ((PyJavaInstance) console.getPythonInterpreter().get("comp_tmp")).class.__name__;

The error given is "class cannot be resolved or is not a field" which seems to imply it is not available from the jython jar. When checking the alternative methods that are offered there is no obvious solution (to me - I have little Java experience).

So no stack trace, as I am not running the console yet. I can do if it would help.

posted by Gareth Doutch at Aug 22, 2007 6:29 PM