I have a python 2.6 program used in windows (py2exe), I need to make sure it will there will be only one running checking the docs for python2.6 it says Mutex Is gone? What should I do to make sure it runs only one instance of the program? Thanks a lot!
Asked
Active
Viewed 96 times
0
-
@BasicWolf nobody gave there a simple nice answer... & Outdated I tested 1 of them it didnt work – Mark Apr 21 '13 at 11:49
-
http://code.activestate.com/recipes/474070-creating-a-single-instance-application/ ? – Zaur Nasibov Apr 21 '13 at 12:04