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 Sophist
Recipients BreamoreBoy, Sophist, loewis, marcusva, meador.inge, vyrus
Date 2017-05-13.09:00:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494666018.07.0.947846283059.issue16283@psf.upfronthosting.co.za>
In-reply-to
Content
http://stackoverflow.com/questions/23125857/python-os-path-exists-cant-locate-the-file-however-the-file-indeed-exsits gave me an explanation:

That when running 32-bit apps on Win 64 C:\Windows\SysWOW64 is mapped to C:\Windows\system32.

Copying the missing DLL to SysWOW64 made it work.

NOTE: Original report was for 64-bit on 64-bit, so this is not necessarily an explanation of the original issue.
History
Date User Action Args
2017-05-13 09:00:18Sophistsetrecipients: + Sophist, loewis, meador.inge, BreamoreBoy, marcusva, vyrus
2017-05-13 09:00:18Sophistsetmessageid: <1494666018.07.0.947846283059.issue16283@psf.upfronthosting.co.za>
2017-05-13 09:00:18Sophistlinkissue16283 messages
2017-05-13 09:00:17Sophistcreate