Windows service from python executable file doesn`t respond
For a week now, I’ve been trying to get a Windows service to work that I create from an exe file created by pyinstaller. This is a telegram bot.
But I keep getting error 1053. I have tried several implementations of the Windows service class, changed the ServicePipeTimeout value, but it’s no use. At the same time, in the dubag mod, they all work fine and are initialized without any problems.