[python-win32] python and wow64 filesystem redirection

2009-06-23 Thread Guy Rozendorn
Hi all, I have (2003/2008) x64 systems with 32bit python installed, and my code needs access to %SystemRoot%\system32, but the wow64 filesystem redirection thing is in my way. I looked from the *Wow64DisableWow64FsRedirection *function in the win32 extensions, but I can't find it. So, my

Re: [python-win32] python and wow64 filesystem redirection

2009-06-23 Thread Mike Driscoll
Guy, Hi all, I have (2003/2008) x64 systems with 32bit python installed, and my code needs access to %SystemRoot%\system32, but the wow64 filesystem redirection thing is in my way. I looked from the *Wow64DisableWow64FsRedirection *function in the win32 extensions, but I can't find it. So,

Re: [python-win32] python and wow64 filesystem redirection

2009-06-23 Thread Tim Roberts
Mike Driscoll wrote: Guy, Hi all, I have (2003/2008) x64 systems with 32bit python installed, and my code needs access to %SystemRoot%\system32, but the wow64 filesystem redirection thing is in my way. I looked from the *Wow64DisableWow64FsRedirection *function in the win32 extensions, but