Re: [python-win32] PythonService.exe Network Service

2015-08-26 Thread Tim Roberts
Nyland, Christopher F CTR USARMY AMSAA (US) wrote: Python could not import the services's module ImportError: No module named service %2: %3 I have tried a couple of different things the module that is not found always seems to be the name of the file that is linked to the service in this

[python-win32] PythonService.exe Network Service

2015-08-26 Thread Nyland, Christopher F CTR USARMY AMSAA (US)
Hello, So I am trying to implement a small internal web server using Flask and Tornado. I would like it to run as a service. I am running into a problem though some of my underlying code needs to use UNC paths to grab files off other computers on the network. However at lease on our