[Pythonmac-SIG] Shell login for py2app bundle

Dan Ross dan at rosspixelworks.com
Fri Mar 19 14:32:00 CET 2010


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



More information about the Pythonmac-SIG mailing list