Re: [Pythonmac-SIG] How to create a desktop alias to run a python file?

2007-03-20 Thread Alfred Morgan
From: Stani's Python Editor <[EMAIL PROTECTED]> This is probably very easy, but I don't find how to do it. I want to execute this command if an user clicks on the icon of the alias on the desktop: /usr/bin/pythonw path/gui.pyw Like other people said, you probably don't want to do that, but un

Re: [Pythonmac-SIG] How to create a desktop alias to run a python file?

2007-03-23 Thread Alfred Morgan
On 3/23/07, Jack Jansen <[EMAIL PROTECTED]> wrote: I was very surprised when I saw this, I'd never seen this before. It's true, This is not the "proper" use of app framework but it was quick and dirty and worked for me. I don't like the answer "just drop it in this magic box and it will just