Re: [Pythonmac-SIG] Shell login for py2app bundle

2010-03-19 Thread Christopher Barker
Aahz wrote: 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 ap

Re: [Pythonmac-SIG] Shell login for py2app bundle

2010-03-19 Thread Aahz
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 a

Re: [Pythonmac-SIG] Shell login for py2app bundle

2010-03-19 Thread Kevin Walzer
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

[Pythonmac-SIG] Shell login for py2app bundle

2010-03-19 Thread Dan Ross
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