[PyQt] Detect Application Running

Henning Schröder henning.schroeder at gmail.com
Mon Jan 11 19:59:07 GMT 2010


Hello!

On Sun, Jan 10, 2010 at 4:49 AM, AON LAZIO <aonlazio at gmail.com> wrote:
> Hi,
>      How can we find out that there is already a PyQt application running on
> Windows so when I try to open that same application, it won't open another
> one?
There are two examples at
http://wiki.qtcentre.org/index.php?title=SingleApplication
which can easily be ported to Python.
Actually somebody already did it:
http://new-vistrails.googlecode.com/svn/gui/application.py


Henning


More information about the PyQt mailing list