I compiled a python program using PyInstaller. But when I execute the .exe file on a client, two instances of the .exe is running on the task manager.
How can i eliminate the other .exe? This question didn't have any clear answer.
I'm using python 2.7 and I'm running the .exe on Windows XP.