Antoine Pitrou <pit...@free.fr> added the comment: Hmm, it looks like this is actually VirtualBox-specific. It works with another network drive mapped on Y:
>>> os.stat(r"y:") nt.stat_result(st_mode=16895, st_ino=0, st_dev=0, st_nlink=0, st_uid=0, st_gid=0, st_size=0, st_atime=1287784175, st_mtime=1281439296, st_ctime=1281439296) >>> os.stat(r"z:") Traceback (most recent call last): File "<stdin>", line 1, in <module> WindowsError: [Error 1] Incorrect function: 'z:' ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10179> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com