This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jrbryan
Recipients jrbryan
Date 2011-11-04.22:15:48
SpamBayes Score 3.5284663e-06
Marked as misclassified No
Message-id <1320444948.85.0.183506060307.issue13345@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-11-04 22:15:48jrbryansetrecipients: + jrbryan
2011-11-04 22:15:48jrbryansetmessageid: <1320444948.85.0.183506060307.issue13345@psf.upfronthosting.co.za>
2011-11-04 22:15:48jrbryanlinkissue13345 messages
2011-11-04 22:15:48jrbryancreate