staying alive

rosen georgiev dewie at abv.bg
Fri Dec 24 18:20:29 EST 2004


well, hello
i'm trying to write a script that listens for HAL messages (http://www.freedesktop.org/wiki/Software_2fhal) on D-BUS (http://www.freedesktop.org/wiki/Software_2fdbus).
the problem i have is to keep the script alive. the way i do it now is with a call to gtk.main() after all the init is done - and it works perfectly. but i can't start the app if X isn't running or as another user.
so with what should i replace gtk.main()!?
i tryed (i agree it's pretty dum :)
while 1:
   time.sleep(1)
and it (surprice) does not work
i also tryed somethings with threads but with no luck.
in both cases the app is running but it does not reseive the messages - the handler functions do not get called

so, if anyone can help - please do :)
10Q

-----------------------------------------------------------------
SMS известяване за получено писмо - http://promo.abv.bg/new_sms.html



More information about the Python-list mailing list