On 3/19/10 9:32 AM, Dan Ross wrote:
I'm trying to call Imagemagick's convert through a subprocess from within
a bundled app.

Console.app is telling me that it can't find it in /bin/sh which stands to
reason.

I can change the "convert" command to "/usr/local/bin/convert" in the app
but then when convert calls Ghostscript (gs) it can't find IT in /bin/sh.

Suggestions?

Thanks,

Dan

Why wouldn't you just use the full path to gs as well? /path/to/gs

--Kevin
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
_______________________________________________
Pythonmac-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to