Hi,

I have written a Python Windows service that does two things:

a) Writes some data to disk
b) Initiates a websocket

When I try to install/start the Windows service normally, neither of these
two functions work. Specifically, I get a 'Permission denied' error when
creating / writing the file to disk and no data is seen on the web socket
receiving server.

I have installed the Windows service with full Windows Administrator
privileges and it currently starts with the Administrator user account.
Even with these privs I still get errors. Running on Win Vista.

When I run this Windows service using pythonservice.exe -debug it works
perfectly.

Anyone have any tips that can help? I've pretty much read most things
online that I could find within Googling distance and asked in a few places
and pretty much at the point that I'm stumped :-)

Your help is very much appreciated,
Christian
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to