Python, Linux, Desktop Environment

bruno at modulix onurb at xiludom.gro
Wed Nov 16 13:56:51 EST 2005


jeremyvoros at gmail.com 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 "click and
> run" sort of application in KDE or Gnome on Linux?

There are *no*  "click and run" on linux, since the GUI is an option,
not a part of the OS.

What you're looking for is WM/DesktopManager specific. You'll find the
answers in the Gnome and KDE manuals.


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list