Re: [python-win32] PythonService was unable to locate the service manager

2024-01-18 Thread Jacob Nolan via python-win32
E: is just a local harddrive. The full python install and files under the E: drive is accessible for both the local SYSTEM user, my user and administrator. It is configured to run as the Local System Account. I am successfully able to install the service initially via admin command prompt, a

Re: [python-win32] PythonService was unable to locate the service manager

2024-01-12 Thread Mark Hammond
On 2024-01-11 5:46 p.m., Jacob Nolan via python-win32 wrote: I performed a custom install for all users on my E: drive (E:/installs/python3). Added it to the path. It is not under my specific user account. My understanding is this is a global install. What exactly is E:? If anything other th

Re: [python-win32] PythonService was unable to locate the service manager

2024-01-12 Thread Jacob Nolan via python-win32
I performed a custom install for all users on my E: drive (E:/installs/python3). Added it to the path. It is not under my specific user account. My understanding is this is a global install. I then run it under administrator privileged cmd and successfully install the service. Looking at sec

Re: [python-win32] PythonService was unable to locate the service manager

2024-01-11 Thread Mark Hammond
The "" part sounds like it is failing to find Python itself. Where is Python installed? Is it possible the user running the service can't access that location? I believe Python being installed in the default location could cause this if the server is running as any other other than the user wh