I use exec() in java to run some Python that defines gui elements.
I would like to get specific elements by name.
I can get do PyObject po = Python.get("xyz")
but I cannot cast this to anything but java.lang.Object
what am I missing here????
tia
fred
_______________________________________________
Jython-users mailing list
Jython-users@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-users