[PyQt] Detect Application Running
Demetrius Cassidy
dcassidy36 at mass.rr.com
Sun Jan 10 05:57:28 GMT 2010
You need to scan for a specific running process. I used the wmi module
for this in my app:
http://timgolden.me.uk/python/wmi/index.html
AON LAZIO 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?
> It's like I already have Firefox running and when I open firefox
> again, it won't open firefox again.
> Thanks
>
> --
> Passion is my style
> ------------------------------------------------------------------------
>
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
More information about the PyQt
mailing list