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