From: Sells, F. <fr...@ad...> - 2001-10-29 21:15:43
|
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 |