[python-win32] python and wow64 filesystem redirection

Guy Rozendorn guy at rzn.co.il
Mon Jun 22 10:52:04 CEST 2009


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 question is, if that function is implemented in the extensions at
all? is there another way to disable the redirection in python? or do I need
to write a binary module that disables/enables the redirection?


Thanks in advance,
Guy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20090622/b8716f97/attachment.htm>


More information about the python-win32 mailing list