Is there anyway to uniquely identify python processes running on Windows 7?
I am writing an installer that needs to kill a python process for the installation to continue, the problem is there are multiple python processes running and I need to make sure I kill the correct one!