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.
Created on 2012年02月03日 15:44 by zxw, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg152524 - (view) | Author: zxw (zxw) | Date: 2012年02月03日 15:44 | |
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.
|
|||
| msg152527 - (view) | Author: Tim Golden (tim.golden) * (Python committer) | Date: 2012年02月03日 15:53 | |
This is the Windows x64 file system redirector at work. I can't get through to msdn at the moment to get a link, but Google for those terms. |
|||
| msg152542 - (view) | Author: zxw (zxw) | Date: 2012年02月03日 17:03 | |
Ok, thanks, that fixed it. I'll probably post some example code for anyone else who stumbles across this with the same problem, don't have the time right now however. |
|||
| msg152733 - (view) | Author: zxw (zxw) | Date: 2012年02月06日 12:46 | |
I've posted the code to http://code.activestate.com/recipes/578035-disable-file-system-redirector/ |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:26 | admin | set | github: 58139 |
| 2012年02月06日 12:46:57 | zxw | set | messages: + msg152733 |
| 2012年02月03日 17:09:01 | brian.curtin | set | resolution: not a bug stage: resolved |
| 2012年02月03日 17:03:09 | zxw | set | status: open -> closed messages: + msg152542 |
| 2012年02月03日 15:53:50 | tim.golden | set | nosy:
+ tim.golden messages: + msg152527 |
| 2012年02月03日 15:44:56 | zxw | create | |