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
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.
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