Give your app a shebang line """#!/usr/bin/env python"" and then rename the
script "<filename>.command"
Then you can double click it and it will open a shell and run.
~Sean

On Wed, Dec 24, 2008 at 10:53 AM, Bryan Smith <bryanabsm...@gmail.com>wrote:

> Hi everyone,
>
> I am just finishing up an application and I would like to create an app
> file for my program. That said, it's CLI based with no GUI. If I try to make
> an app, it only seems to work if I have a GUI. Is it possible to tell py2app
> to open Terminal.app first and run my program through that?
>
> Thanks,
> Bryan
>
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
>
>
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to