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",
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",
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
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