[Pythonmac-SIG] Unmodified environment for subprocesses

2018-01-22 Thread Tuomo Valkonen
I’m working on a frontend to Borg backup, based on rumps (http://rumps.readthedocs.io/en/latest/ ). For using the keychain, etc., it would be useful to turn the frontend into a standalone app. So I tried to do that with py2app, but when running my app thi

[Pythonmac-SIG] Unmodified environment for subprocesses

2018-01-22 Thread Tuomo Valkonen
I’m working on a frontend to Borg backup, based on rumps (http://rumps.readthedocs.io/en/latest/ ). For using the keychain, etc., it would be useful to turn the frontend into a standalone app. So I tried to do that with py2app, but when running my app thi

Re: [Pythonmac-SIG] Unmodified environment for subprocesses

2018-01-22 Thread Barry Scott
> On 21 Jan 2018, at 01:48, Tuomo Valkonen wrote: > > I’m working on a frontend to Borg backup, based on rumps > (http://rumps.readthedocs.io/en/latest/ > ). For using the keychain, etc., it > would be useful to turn the frontend into a standalone app.