[issue13345] Invisible Files in Windows 7

Jon Bryan report at bugs.python.org
Fri Nov 4 23:15:48 CET 2011


New submission from Jon Bryan <jrbryan at sandia.gov>:

Running 32-bit Python in 64-bit Windows 7 Enterprise.  I am very much a Python noob.

A .dll in c:\Windows\System32 that I need to access can't be found by ctypes.WinDLL().  Upon further investigation I have found that the file, along with many others, doesn't show up in an os.listdir() either.  Within IDLE the files don't appear in the drop-down autocomplete list.

I don't have this problem on either of the Windows XP machines I've tried it on, but in Win7 I see the same behavior in both 2.7 and 3.2.

----------
components: IDLE, Windows, ctypes
messages: 147052
nosy: jrbryan
priority: normal
severity: normal
status: open
title: Invisible Files in Windows 7
type: behavior
versions: Python 2.7, Python 3.2

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


More information about the Python-bugs-list mailing list