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

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

2011-03-15 Thread Christopher Barker
Re-posting -- for some reason this didn't seem to show up in the list. -Chris Original Message Subject: Re: [Pythonmac-SIG] py2app and stripped os.environ Date: Tue, 15 Mar 2011 13:09:28 -0400 From: Ronald Oussoren To: Christopher Barker CC: pythonmac-sig@python.org On 15

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 Python 3.2

2011-03-15 Thread Ronald Oussoren
On 14 Mar, 2011, at 18:53, Dan Ross wrote: > Hi all- > > I have a very small and simple Tkinter/Python 3.2 app that I'm trying to > bundle with py2app. I'm currently sprinting at Pycon and will do a new release afterwards. The current tip of the development repositories should work though, al

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