[python-win32] Subject: Re: win32com.client.gencache.EnsureModule works but win32com.client.Dispatch does not for a certain TypeLib

2013-03-28 Thread Costis Hatzopoulos
Thanks Roger, but I don't think that this is the problem, because from the same configuration i can script Excel 2007 32-bit and ZwCAD 2011 32-bit too! Regards, ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinf

Re: [python-win32] Subject: Re: win32com.client.gencache.EnsureModule works but win32com.client.Dispatch does not for a certain TypeLib

2013-03-28 Thread Tim Roberts
Costis Hatzopoulos wrote: > > but I don't think that this is the problem, because from the same > configuration i can script Excel 2007 32-bit and ZwCAD 2011 32-bit too! Roger is quite correct in saying that you cannot load a 32-bit DLL into a 64-bit process (or vice versa). That is an incontrove