[issue13931] os.path.exists inconsistent between 32 bit and 64 bit

zxw report at bugs.python.org
Fri Feb 3 16:44:56 CET 2012


New submission from zxw <eeyore.tkc at gmail.com>:

When I run the following line while the 32 bit version of python is installed it returns false, however with the 64 bit version it correctly returns true.
os.path.exists('C:\\Windows\\System32\\msg.exe')

I'm using Python 2.7.2 with Windows 7 Professional 64bit.

----------
components: Windows
messages: 152524
nosy: zxw
priority: normal
severity: normal
status: open
title: os.path.exists inconsistent between 32 bit and 64 bit
type: behavior
versions: Python 2.7

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


More information about the Python-bugs-list mailing list