Hi All, I have a python application which i run as a service..
import win32api,string drives=win32api.GetLogicalDriveStrings() drives=string.splitfields(drives,'\000') print drives in the list of drives my mapped network drive is not showing when i run the application as a service. I tried running the service as an administrator but with similar results.. any work around for this situation.. All i want is to access network files when run the application as a service.. Cheers Thomas
-- http://mail.python.org/mailman/listinfo/python-list