Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92297
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2015-06-07 12:54 -0700 |
| References | <a3be1707-0eae-46fa-9921-e9c145816ad5@googlegroups.com> |
| Message-ID | <11e093d5-b78e-4ac6-9a7f-649cb2c2c942@googlegroups.com> (permalink) |
| Subject | Re: Detect if specific Python.app instance is already running |
| From | Andrei <andrei.fokau@gmail.com> |
Alright, I have had some development in http://stackoverflow.com/questions/30694560/detect-if-specific-python-app-instance-is-already-running and can prevent running multiple instances of the same app/script (by lockf), but I still need to identify which Python.app instance is running certain script. I guess it's more Cocoa-related question but I hope someone had same problem with tkinter etc. Andrei
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Detect if specific Python.app instance is already running Andrei <andrei.fokau@gmail.com> - 2015-06-07 07:31 -0700
Re: Detect if specific Python.app instance is already running Andrei <andrei.fokau@gmail.com> - 2015-06-07 12:54 -0700
Re: Detect if specific Python.app instance is already running Ned Deily <nad@acm.org> - 2015-06-07 16:07 -0700
Re: Detect if specific Python.app instance is already running Andrei <andrei.fokau@gmail.com> - 2015-06-08 01:32 -0700
Re: Detect if specific Python.app instance is already running Laura Creighton <lac@openend.se> - 2015-06-08 20:21 +0200
Re: Detect if specific Python.app instance is already running Ned Deily <nad@acm.org> - 2015-06-12 12:08 -0700
csiph-web