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.c.agui...@gmail

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