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

2007-03-20 Thread Ronald Oussoren
On 19 Mar, 2007, at 17:35, Stani's Python Editor wrote: > Hi, > 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 That short answer is that you don't really wa

Re: [Pythonmac-SIG] (no subject)

2007-03-20 Thread Ronald Oussoren
On 20 Mar, 2007, at 3:04, Calder Coalson wrote: > Dear Fellow Macppl, > > I've googled this problem, and other people have had it but no one > has solved it. I've been developing Python/Cocoa apps for a little > while, (I'm still bad at it) using the terminal 'python setup.py > py2app' build seq

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