0

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,

Community
  • 1
  • 1
khayat
  • 133
  • 3
  • 11
  • 1
    Service hasn't too much special condition for execution, but have: a) special owner/limited rights, script can have barrier of rights (I think most scripts have problem here), b) no interaction with GUI – Jacek Cz Jul 11 '16 at 10:26
  • and give exact copy of exception / error You have – Jacek Cz Jul 11 '16 at 10:26

0 Answers0