how to know if an aplication is already running?

self.SIC = wx.SingleInstanceChecker('Lola')
if self.SIC.IsAnotherRunning():
raise Exception('Lola runs already!')

*** If I use the code above (without Create), it doesn't check
(i.e. several same apps will open).

All in all, this feature seems useless. :frowning:

Sorry, I take that back: it works this way, my Exception got caught.
(I should have tested it in a minimal app, not in my big one full of error checking...)

Best regards,
Henning Hraban Ramm
Südkurier Medienhaus / MediaPro
Support/Admin/Development Dept.