Satchidanand Haridas enlightened us with:
> a new instance is created when I double click on two different
> files. Is there a way in which I can make sure only one instance is
> created?
You could open a listening socket to listen for "open file" commands.
If opening that socket fails (address al
Hi,
I have created an application using python/wxPython and py2exe. I have
associated a certain file extension with this application so that when I
double-click the file, my application is launched. The application runs
fine except that a new instance is created when I double click on two
diff