I suspect /usr/local/bin/fop is a script. If so, see what path it is using internally.

On 04/26/2011 02:53 PM, code_expert wrote:
I checked the application, it seems to use this command to run the fop, which
is quite similar to what I did in the command line:

command_status = os.system('/usr/local/bin/fop -xml '+ xml_path +' -xsl '+
xsl_path + ' -pdf '+ pdf_path + ' 2>  ' + error_path)

So, it's trying to run a system command like a command line inside the
application. I tried running my previous command  line with the
/usr/local/bin/fop and got the same error as I got previously.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to