[issue16524] File access not always working with Python for Windows 32 bits on Windows 64 bits OS

Antoine Brodin report at bugs.python.org
Wed Nov 21 17:39:44 CET 2012


Antoine Brodin added the comment:

Ok,  with Python 32 bits I can do:
>>> os.stat('c:\windows\sysnative\scext.dll')
nt.stat_result(st_mode=33206, st_ino=0L, st_dev=0, st_nlink=0, st_uid=0, st_gid=0, st_size=89088L, st_atime=1247527874L, st_mtime=1247535713L, st_ctime=12475278
74L)

I will try to use this workaround in my scripts.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16524>
_______________________________________


More information about the Python-bugs-list mailing list