[python-win32] python and wow64 filesystem redirection

2009-06-22 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 question

Re: [python-win32] Building msi with python 2.6.2

2009-06-22 Thread Mark Hammond
On 23/06/2009 10:09 AM, Roberto Aguilar wrote: To fix the msi installation part, I generate an msi-specific pywin32-postinstall script (pywin32_msi_postinstall.py) which simply replaces the contents of if __name__ == '__main__' with install(). That file is then added to the MSI package. I've g

Re: [python-win32] Building msi with python 2.6.2

2009-06-22 Thread Roberto Aguilar
On Jun 16, 2009, at 1:41 AM, Mark Hammond wrote: On 16/06/2009 12:40 PM, Roberto Aguilar wrote: Hello everyone, I've been able to successfully build a MSI of pywin32 under Python 2.6.2. But, when trying to use python, e.g. "import win32api", after installing the MSI I get: ImportError: DLL loa

Re: [python-win32] COM sending and receiveing events

2009-06-22 Thread Tim Golden
Christian K. wrote: Hi, I apologize for my ignorance about COM programming in advance. I would like to be pointed to an example of how I could send a message from a subthread of a COM server back to the main thread. Being an outlook addin, the COM server is already reacting to a couple of Outloo