[Pythonmac-SIG] Allow multiple executables in a single py2app bundle

2011-02-20 Thread David Brooks
Resending, as didn't make it to the list when sent on 18 February... Hi, The following patch enables the name of the stub executable to determine the Python script to run. This allows multiple scripts to use a common runtime. Required manual steps are to make copies of the stub in ./MacOS a

Re: [Pythonmac-SIG] py2app with wxpython

2011-02-20 Thread Ned Deily
In article <4d61918e.1010...@etrix.com.au>, "Brendan Simon (eTRIX)" wrote: > Do you need to specify 'pythonw' as the interpreter ?? > It may depend on python version. I found (on OS X) that Python 2.7 > requires pythonw rather than python to run my wxPython apps. That sounds very suspicious.

Re: [Pythonmac-SIG] py2app with wxpython

2011-02-20 Thread Brendan Simon (eTRIX)
On 18/02/2011 10:00 PM, pythonmac-sig-requ...@python.org wrote: Subject: Re: [Pythonmac-SIG] py2app with wxpython From: Christopher Barker Date: Thu, 17 Feb 2011 09:12:36 -0800 To: pythonmac-sig@python.org On 2/17/11 2:05 AM, Gerhard Schmidt wrote: Hi, i try to generate an app from a wxPyth