Re: Calling Jython from python script

2011-10-05 Thread Charles Cossé
Doubt I can be much help, but are you running via os.system("jythong ...")? If so, then I'd substitute something else (python itself?) for jython and confirm that that much works .. then carry on ... -Charles On Wed, Oct 5, 2011 at 12:54 PM, Bill Freeman wrote: > Have you tried using the full p

Re: Calling Jython from python script

2011-10-05 Thread Bill Freeman
Have you tried using the full path for both jython and for the script? Does jython also need classpath set up? Maybe you should provide the full path to a shell script that sets up the path, the class path and cd's to where the script is, then does: jython script-name Are you sure that you wa