- Original Message -
From: <[EMAIL PROTECTED]>
Newsgroups: comp.lang.python
To:
Sent: Tuesday, August 16, 2005 12:14 PM
Subject: Re: Is Tkinter compatible with GNOME?
> Have you tried starting it in a .xsession file with something like:
> exec gnome-session &
> button_prog.py
>
Doesnt .
Is Tkinter also compatible wih GNOME?
I wrote a program in python that displays 2 buttons for starting and stopping
the
execution of a program.
I used Tkinter for the gui.
I want the program to run as a daemon when linux is booted.
I want the buttons to be displayed at the presession login screen