Re: [PyQt] QProcess terminates if a daemon is executed

2008-10-26 Thread Detlev Offenbach
On Sonntag, 26. Oktober 2008, Fatih Arslan wrote: > Hi, > > I'm developing a new tray-application which will be used for the > Web-service "Dropbox". They have a daemon who is responsible for the > syncing of files. > This daemon is located in ~/.dropbox-dist/dropboxd. Now if i start > this process

[PyQt] QProcess terminates if a daemon is executed

2008-10-26 Thread Fatih Arslan
Hi, I'm developing a new tray-application which will be used for the Web-service "Dropbox". They have a daemon who is responsible for the syncing of files. This daemon is located in ~/.dropbox-dist/dropboxd. Now if i start this process like this: self.process = QProcess() self.dropBoxDaemon = os.