I converted my python script into windows service using rktool. I was able to run the service but in the back ground the script was not running.
I tried different approach which is to use the skeleton provided in this link:
Is it possible to run a Python script as a service in Windows? If possible, how?
to run a simple service but again I faced issues with importing the win32 modules.
can you please help as I spent already a lot of time trying and trying and trying.
Regards,