Re: [python-win32] Problem using win32com.client.Dispatch on Win7 64bit

2011-04-09 Thread Misy
Mark Hammond gmail.com> writes: > > 64bit processes can't use 32bit COM objects (at least not in-proc - not > sure about external) and I guess your COM object is 32 bit. > > The easiest answer is probably just to install the 32bit Python and > 32bit pywin32 extensions - you can either leave o

Re: [python-win32] Problem using win32com.client.Dispatch on Win7 64bit

2010-10-15 Thread Eileen Wei
...@gmail.com] Sent: October-14-10 5:10 PM To: Eileen Wei Cc: python-win32@python.org Subject: Re: [python-win32] Problem using win32com.client.Dispatch on Win7 64bit On 15/10/2010 3:40 AM, Eileen Wei wrote: > Hi everyone, > > I am new to this group. I am not sure how to do search on the

Re: [python-win32] Problem using win32com.client.Dispatch on Win7 64bit

2010-10-15 Thread Preston Landers
The main use I've found for 64 bit Python is for running the Python ISAPI stuff under the IIS web server on 64 bit Windows. I guess technically that falls under using 64 bit COM objects. That and it helps when you need to open >4 GB files and use >2GB memory in a process. regards, -Preston On F

Re: [python-win32] Problem using win32com.client.Dispatch on Win7 64bit

2010-10-15 Thread Mark Hammond
ect: Re: [python-win32] Problem using win32com.client.Dispatch on Win7 64bit On 15/10/2010 3:40 AM, Eileen Wei wrote: Hi everyone, I am new to this group. I am not sure how to do search on the archives so if my question is duplicate please forgive me J I have Python 2.7.amd64 and pywin32-214.

Re: [python-win32] Problem using win32com.client.Dispatch on Win7 64bit

2010-10-14 Thread Mark Hammond
On 15/10/2010 3:40 AM, Eileen Wei wrote: Hi everyone, I am new to this group. I am not sure how to do search on the archives so if my question is duplicate please forgive me J I have Python 2.7.amd64 and pywin32-214.win-amd64-py2.7 installed on my Win7 64bit machine. I am trying to use a COM o

[python-win32] Problem using win32com.client.Dispatch on Win7 64bit

2010-10-14 Thread Eileen Wei
Hi everyone, I am new to this group. I am not sure how to do search on the archives so if my question is duplicate please forgive me :) I have Python 2.7.amd64 and pywin32-214.win-amd64-py2.7 installed on my Win7 64bit machine. I am trying to use a COM object (the source of the COM is in C++ a