Re: [Pyobjc-dev] strange problem using NSWorkspace/NSTask to start PyObjC apps
Brought to you by:
ronaldoussoren
|
From: Ronald O. <ron...@ma...> - 2011-11-22 16:04:19
|
On 22 Nov, 2011, at 16:50, Robert Klep wrote:
> Ronald Oussoren <ron...@ma...> wrote on Tue Nov 22 2011 at 16:44:55:
>>
>> What happens when you add "os.delenv('PYOBJC_BUNDLE_ADDRESS')" before you try to open the bundle?
>
> Great, that solves the problem!
Great to hear that. I've filed a bug in my py2app tracker (<https://bitbucket.org/ronaldoussoren/py2app/issue/33/py2app-should-clean-environment-better>) to ensure that I won't forget fixing this in a future release of py2app.
Ronald
>
> -- robert
>
|