Re: [Pythonmac-SIG] py2app & multiple executable files with a main launcher

2009-08-24 Thread Aahz
On Wed, Aug 12, 2009, Gabriel Rossetti wrote: > > I am trying to bundle an application I wrote usinf py2app. The > application has a launcher "launcher.py" and a Python script "main.py" > that calls the launcher several times in sub-processes with diff args. I > successfully did this with py2

Re: [Pythonmac-SIG] py2app & multiple executable files with a main launcher

2009-08-14 Thread Christopher Barker
Gabriel Rossetti wrote: Christopher Barker wrote: And no, I never did get that going -- we found another solution. Thanks Chris, are you able to tell me what solution you found? I don't think it's relevant to your problem, but we ended up embedding the whole darn thing in a wxPython applic

Re: [Pythonmac-SIG] py2app & multiple executable files with a main launcher

2009-08-14 Thread Gabriel Rossetti
Christopher Barker wrote: Gabriel Rossetti wrote: I am trying to bundle an application I wrote usinf py2app. The application has a launcher "launcher.py" and a Python script "main.py" that calls the launcher several times in sub-processes with diff args. I wanted to do something like this a

Re: [Pythonmac-SIG] py2app & multiple executable files with a main launcher

2009-08-12 Thread Christopher Barker
Gabriel Rossetti wrote: I am trying to bundle an application I wrote usinf py2app. The application has a launcher "launcher.py" and a Python script "main.py" that calls the launcher several times in sub-processes with diff args. I wanted to do something like this a while back (quite a while!).

[Pythonmac-SIG] py2app & multiple executable files with a main launcher

2009-08-12 Thread Gabriel Rossetti
Hello, I am trying to bundle an application I wrote usinf py2app. The application has a launcher "launcher.py" and a Python script "main.py" that calls the launcher several times in sub-processes with diff args. I successfully did this with py2exe for windows. I had py2exe generate "launcher.