Re: [python-win32] Windows Service and APPDATA for AUTO startup

2009-01-06 Thread Jim Vickroy
Tim Roberts wrote: Jim Vickroy wrote: Tim Roberts wrote: Is this a custom account you created? Does it actually have a profile (C:\Documents and Settings\Custom User\Application Data)? Yes, that folder does exist. When started manually (with that account) the Service works;

Re: [python-win32] Windows Service and APPDATA for AUTO startup

2009-01-06 Thread Tim Roberts
Jim Vickroy wrote: > Tim Roberts wrote: >> Is this a custom account you created? Does it actually have a profile >> (C:\Documents and Settings\Custom User\Application Data)? >> > Yes, that folder does exist. When started manually (with that > account) the Service works; the Service fails, as n

Re: [python-win32] Windows Service and APPDATA for AUTO startup

2009-01-06 Thread Jim Vickroy
Tim Roberts wrote: jim.vick...@noaa.gov wrote: Hello everyone, *_ Background _* 1. I've created a Windows Service that looks for its configuration data in a sub-folder of/ os.environ['APPDATA']/. 2. The Service is configured to automatically start after host reboot. 3. The Ser

Re: [python-win32] Windows Service and APPDATA for AUTO startup

2009-01-06 Thread Tim Roberts
jim.vick...@noaa.gov wrote: > Hello everyone, > *_ > Background > _* > >1. I've created a Windows Service that looks for its configuration > data in a sub-folder of/ os.environ['APPDATA']/. >2. The Service is configured to automatically start after host reboot. >3. The Service run

[python-win32] Windows Service and APPDATA for AUTO startup

2009-01-06 Thread jim . vickroy
Hello everyone,Background I've created a Windows Service that looks for its configuration data in a sub-folder of os.environ['APPDATA']. The Service is configured to automatically start after host reboot. The Service runs successfully when manually started under its custom (i,e,, not Local Sys