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 zxw
Recipients zxw
Date 2012-02-03.15:44:55
SpamBayes Score 0.00011744141
Marked as misclassified No
Message-id <1328283896.91.0.836013924946.issue13931@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-02-03 15:44:56zxwsetrecipients: + zxw
2012-02-03 15:44:56zxwsetmessageid: <1328283896.91.0.836013924946.issue13931@psf.upfronthosting.co.za>
2012-02-03 15:44:56zxwlinkissue13931 messages
2012-02-03 15:44:55zxwcreate