[issue13345] Invisible Files in Windows 7

Martin v. Löwis report at bugs.python.org
Sat Nov 5 16:11:26 CET 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

Most likely, you are using a 32-bit Python on a 64-bit Windows. 32-bit programs can't access c:\windows\system32, as that will contain the 64-bit DLLs. Instead, access is redirected to c:\windows\syswow64.

Please confirm whether or not this is the case here also.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list