Re: Python, Linux, Desktop Environment

2005-11-17 Thread Florian Diesch
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > So, I've written my first GUI app in python. I've turned it into a > binary .exe and .app that runs on Windows and Mac respectively, but on > my Linux box, where I wrote the thing, I still have to drop to the > command line and ./myscript.py. What ca

Re: Python, Linux, Desktop Environment

2005-11-16 Thread jeremyvoros
Thanks everyone. Making a shortcut was just too obvious for me... I just made a KDE shortcut that runs the python command for me. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python, Linux, Desktop Environment

2005-11-16 Thread Lee Harr
On 2005-11-16, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > So, I've written my first GUI app in python. I've turned it into a > binary .exe and .app that runs on Windows and Mac respectively, but on > my Linux box, where I wrote the thing, I still have to drop to the > command line and ./myscri

Re: Python, Linux, Desktop Environment

2005-11-16 Thread Jorgen Grahn
On Wed, 16 Nov 2005 19:56:51 +0100, bruno at modulix <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: >> So, I've written my first GUI app in python. I've turned it into a >> binary .exe and .app that runs on Windows and Mac respectively, but on >> my Linux box, where I wrote the thing, I sti

Re: Python, Linux, Desktop Environment

2005-11-16 Thread Yves Glodt
> [EMAIL PROTECTED] wrote: > >> So, I've written my first GUI app in python. I've turned it into a >> binary .exe and .app that runs on Windows and Mac respectively, but on >> my Linux box, where I wrote the thing, I still have to drop to the >> command line and ./myscript.py. What can I do t

Re: Python, Linux, Desktop Environment

2005-11-16 Thread bruno at modulix
[EMAIL PROTECTED] wrote: > So, I've written my first GUI app in python. I've turned it into a > binary .exe and .app that runs on Windows and Mac respectively, but on > my Linux box, where I wrote the thing, I still have to drop to the > command line and ./myscript.py. What can I do to make it a

Python, Linux, Desktop Environment

2005-11-16 Thread jeremyvoros
So, I've written my first GUI app in python. I've turned it into a binary .exe and .app that runs on Windows and Mac respectively, but on my Linux box, where I wrote the thing, I still have to drop to the command line and ./myscript.py. What can I do to make it a "click and run" sort of applicati