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