From: Deirdre S. M. <de...@de...> - 2001-04-26 16:01:48
|
>PB/IB are currently 'Python Challenged' - it's not possible to actually run >a .py file from inside project builder. I'm aware of that. > The only other thing that is possible is to use the Python Interpreter in >your Java classes. In other words, Java has to be in control, but you can >call Jython classes from there. It's a passable middle ground for now. Are you saying it would have to be like the embedded example (as in http://www.jython.org/docs/embedding.html )? Because that's really ugly imho. Or is there a way to get the headers right so that one can simply subclass (as in http://www.jython.org/docs/subclassing.html )? Because if there is, I don't quite understand what to put at the top. Sorry to be dense, but I'm dealing with too many variables to make me happy. :) -- _Deirdre Stash-o-Matic: http://weirdre.com http://deirdre.net "I love deadlines. I like the whooshing sound they make as they fly by." - Douglas Adams |