Re: [PyKDE] Starting a PyQt application from a console daemon

2006-07-17 Thread Kevin Cureton
While I haven't used it myself, Qt4 has support for console applications.http://doc.trolltech.com/4.1/qcoreapplication.htmlThe list can comment on whether or not this is fully supported in PyQt.To clarify, you want to run a daemon of some sort. The daemon then, depending on what signals it gets, wi

Re: [PyKDE] Starting a PyQt application from a console daemon

2006-07-16 Thread Fabian Steiner
Christophe Chailloleau-Leclerc wrote: Fabian, I'm not expert in Python, but this seems a rather common system programming problem. You must do a separate thing in a separate environment, keeping the original program running, but independent of this program. Have a look to process creation fun

Re: [PyKDE] Starting a PyQt application from a console daemon

2006-07-16 Thread Fabian Steiner
Fabian Steiner wrote: I am currently working on an alternative for the gnome-volume-manager for multiseat systems based on HAL and DBus. Whenever the signal 'DeviceAdded' is received I would like to start a GUI-Interface where the user can choose from different options. But now I am wondering h

[PyKDE] Starting a PyQt application from a console daemon

2006-07-16 Thread Fabian Steiner
Hello! I am currently working on an alternative for the gnome-volume-manager for multiseat systems based on HAL and DBus. Whenever the signal 'DeviceAdded' is received I would like to start a GUI-Interface where the user can choose from different options. But now I am wondering how I should s