[Pythonmac-SIG] question

2012-07-09 Thread Ed Pataky
i have a mac where i installed python, and tornado web server .. i used py2app and created an executable which wraps my tornado kickoff script into an executable .. works ok sometimes, but i am confused about a couple things: 1) when i run the app, since it is essentially a command line script wit

Re: [Pythonmac-SIG] question

2012-07-09 Thread Ronald Oussoren
On 10 Jul, 2012, at 1:46, Ed Pataky wrote: > i have a mac where i installed python, and tornado web server .. i used > py2app and created an executable which wraps my tornado kickoff script into > an executable .. works ok sometimes, but i am confused about a couple things: > > 1) when i run