mapped drive missing when run as a service
Thomas Thomas
thomas at mindz-i.co.nz
Mon Dec 4 18:30:25 EST 2006
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20061205/5c3dfd5d/attachment.html>
More information about the Python-list
mailing list