|
From: Titus B. <ti...@ca...> - 2001-11-28 20:30:18
|
-> Please add a print statement to your test1.py, -> and try again with your experiments. -> -> You will be even more disillusioned -> but it will make for a more coherent report ;). Yeah, I've done that, too... but it wasn't relevant to the jythonc report ;). What Samuele is referring to: --- test4.py print 'hi' --- 'jython test4.py' will produce 'hi' 'jythonc -j out.jar test4.py' followed by an 'import test4' in jython with out.jar in the classpath will produce nothing, you have to do import test4 test4.main([]) Nonetheless, I don't see this as a problem related to my first set of questions -- is it? --t |