Does the Windows service work? I get this error in the event log:
Python could not construct the class instance
File "btqsvc.pyc", line 12, in __init__
exceptions.AttributeError: 'module' object has no attribute 'ServiceFrameWork'
Works fine as "btqueue.py scheduler". But I'd like to log off my server and let it run as a service.
Thanks for any help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does the Windows service work? I get this error in the event log:
Python could not construct the class instance
File "btqsvc.pyc", line 12, in __init__
exceptions.AttributeError: 'module' object has no attribute 'ServiceFrameWork'
Works fine as "btqueue.py scheduler". But I'd like to log off my server and let it run as a service.
Thanks for any help!
It used to work in old version. Umm maybe I forgot to include some modules. I will take a look.
Thanks for your report.
No luck? What version did it work in, so I could perhaps use it until it works again?