From: Michael R. <ro...@te...> - 2001-04-26 15:21:47
|
--On Thursday, April 26, 2001 1:26 AM -0700 Deirdre Saoirse Moen <de...@de...> wrote: > 2) I'm confused by the examples. I understand how I can use a .py file > with jython. What I'm not clear on is how I'd do that within the confines > of Project Builder/Interface Builder, which calls javac. PB/IB are currently 'Python Challenged' - it's not possible to actually run a .py file from inside project builder. > So, ultimately what I'd like is NOT to recompile python as Java (though I > could I suppose) but rather write python in a way that Java is happy with. > 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. Good luck Michael ************************************************ Assoc. Prof. Michael Rose Center for Tele-Information, Technical University of Denmark (45) 45 25 51 72 mailto:ro...@te... Off the Desktop - http://converge.cti.dtu.dk/news 'and what is the use of a computer' thought Alice 'without pictures or conversation' with apologies to Lewis Carroll ************************************************* |