Re: os listdir access denied when run as a service

2006-05-26 Thread Ian Parker
In message <[EMAIL PROTECTED]>, Thomas Thomas <[EMAIL PROTECTED]> writes >Hi All, > >I am trying to access a mapped network drive folder. everything works fine >normally. But when i run the application as service I am getting the error > >Traceback (most recent call last): > File "docBoxApp.py",

Re: os listdir access denied when run as a service

2006-05-25 Thread Larry Bates
Thomas Thomas wrote: > Hi All, > > I am trying to access a mapped network drive folder. everything works fine > normally. But when i run the application as service I am getting the error > > Traceback (most recent call last): > File "docBoxApp.py", line 129, in ? > File "core\PollFiles.pyc",

Re: [Python-Help] os listdir access denied when run as a service

2006-05-25 Thread Danny Yoo
On Thu, 25 May 2006, Thomas Thomas wrote: > I am trying to access a mapped network drive folder. everything works > fine normally. But when i run the application as service I am getting > the error The error is on the line: for filename in os.listdir(folder):#line 25 and I have to ass

os listdir access denied when run as a service

2006-05-24 Thread Thomas Thomas
Hi All, I am trying to access a mapped network drive folder. everything works fine normally. But when i run the application as service I am getting the error Traceback (most recent call last): File "docBoxApp.py", line 129, in ? File "core\PollFiles.pyc", line 332, in doPoll File "core\Poll