On Fri, Mar 19, 2010, 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?

PIL?
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Many customs in this life persist because they ease friction and promote
productivity as a result of universal agreement, and whether they are
precisely the optimal choices is much less important." --Henry Spencer
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to