Re: [PyQt] Detecting second copy of program in memory.[SOLVED]

2008-06-11 Thread David Klasinc
Igor Prischepoff wrote: Hello, I have found solution for my problem. So this post only for archiving in email list. Attaching example is a python version of this solution: http://wiki.qtcentre.org/index.php?title=SingleApplication It is possible to detect second instance of application and

Re: [PyQt] Detecting second copy of program in memory.[SOLVED]

2008-06-10 Thread Igor Prischepoff
Hello, I have found solution for my problem. So this post only for archiving in email list. Attaching example is a python version of this solution: http://wiki.qtcentre.org/index.php?title=SingleApplication It is possible to detect second instance of application and to send some string to it