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" > Then when I tried running 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?
The NetworkService user does not have permissions to access your net shares, and it doesn't know about drive letters mapped by your username. It's not logged in to your network. You really have two choices. You can configure the service to log in with your user name (in the Services control panel), or you can copy these modules locally. -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32