Re: [python-win32] Python service needs to access network resources

2011-04-20 Thread Chris Bennett
From: cman122...@hotmail.com To: roberto.c.agui...@gmail.com Subject: RE: [python-win32] Python service needs to access network resources Date: Wed, 20 Apr 2011 11:10:56 -0500 > Subject: Re: [python-win32] Python service needs to access network resources > From: roberto.

Re: [python-win32] Python service needs to access network resources

2011-04-20 Thread Tim Roberts
Chris Bennett wrote: > I have been trying to figure this out for weeks now. > I have made a simply Python service on my local computer, but it needs > to import a module from the network. > I have tried appending the UNC of the folder to the path but it still > says "there is no module named X" > T

Re: [python-win32] Python service needs to access network resources

2011-04-19 Thread Roberto Aguilar
On Apr 19, 2011, at 5:48 PM, Chris Bennett wrote: > I have been trying to figure this out for weeks now. > I have made a simply Python service on my local computer, but it needs to > import a module from the network. > I have tried appending the UNC of the folder to the path but it still says > "

[python-win32] Python service needs to access network resources

2011-04-19 Thread Chris Bennett
I have been trying to figure this out for weeks now. I have made a simply Python service on my local computer, but it needs to import a module from the network. I have tried appending the UNC of the folder to the path but it still says "there is no module named X" Then when I tried running th