[Python-Dev] os.access versus os.exist

"Martin v. Löwis" martin at v.loewis.de
Tue Nov 16 20:16:40 CET 2004


Robert Brewer wrote:
> Inside the app (running under LocalSystem on the same Win2k machine):
>    os.stat() raises OSError: [Errno 2] No such file or directory,
>    os.path.exists() returns False, and
>    os.access() returns False.

LocalSystem cannot access network shares. However, this is OT for
python-dev.

Regards,
Martin


More information about the Python-Dev mailing list