***Steps to reproduce***

1. Install service
Run the command 'sc create PythonService binpath= "[PATH TO EXECUTABLE]"'

2. Run service manually, Windows will warn that the service has started then stopped. 

3. Look at the log file "log.txt" in %SystemRoot%\System32 or %SystemRoot%\SysWOW64

4 .Remove service
Run the command 'sc delete PythonService'
