I am currently trying for a python script written in Flask framework to implement and run as a windows service.
Have tried using different solutions like as below link: http://www.chrisumbel.com/article/windows_services_in_python
But getting same windows error:
D:\>python PySvc.py start
Starting service PySvc
Error starting service: The service did not respond to the start or control
request in a timely fashion.
Kindly assist me, as i am not able to proceed on this.