Re: [Pythonmac-SIG] py2app and stripped os.environ

2011-03-15 Thread Ronald Oussoren
On 15 Mar, 2011, at 11:57, Christopher Barker wrote: > On 3/15/11 6:11 AM, Ronald Oussoren wrote: >>> Once deployed as .app using py2app, I am not getting all the env vars that >>> are >>> available to users. > >> That's on OSX issue, and not a problem in py2app. Most of the environment >> va

Re: [Pythonmac-SIG] py2app and stripped os.environ

2011-03-15 Thread Christopher Barker
On 3/15/11 6:11 AM, Ronald Oussoren wrote: Once deployed as .app using py2app, I am not getting all the env vars that are available to users. That's on OSX issue, and not a problem in py2app. Most of the environment variables you see from the command-line are initialized by the shell and/or

Re: [Pythonmac-SIG] py2app and stripped os.environ

2011-03-15 Thread Ronald Oussoren
On 15 Mar, 2011, at 0:48, Prashant Saxena wrote: > Hi, > > Once deployed as .app using py2app, I am not getting all the env vars that > are > available to users. A detailed discussion on this > topic is available at here: > https://groups.google.com/forum/#!topic/wxpython-users/8IuO_Q1ZjA8 > C