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

2011-04-20 Thread Chris Bennett
c.agui...@gmail.com > Date: Tue, 19 Apr 2011 20:02:34 -0700 > CC: python-win32@python.org > To: cman122...@hotmail.com > > 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 m

[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

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

2011-04-19 Thread Chris Bennett
unning the service logged on as NT AUTHORITY\NetworkService it cannot find my service object, even if I point to it with UNC in the registry. I am running out of ideas. Does anybody have any suggestions? Is it a firewall issue? Windows XP. Python 2.5. -Chr