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

2013-03-27 Thread Costis Hatzopoulos
Hello, I have updated to the latest version of python-win32 on Windows 7 64bit, default CPython 2.7.3 64bit installation. Everything seems to work fine for all other application (Excel and ZwCAD) except a commercial one that I have installed on my system. I do the following: Run makepy.py with th

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

2013-03-27 Thread Roger Upole
You'll need to use 32-bit python to be able to load a 32-bit COM object directly. Roger "Costis Hatzopoulos" wrote in message news:CAMFgko=J+TwSr1QfQqZE4YhRVt5-=r-qtn=-ijf_ddhpcxz...@mail.gmail.com... > Hello, > > I have updated to the latest version of python-win32 on Windows 7 64bit, >

Re: [python-win32] Dropping support for Python 2.3?

2013-03-27 Thread Roger Upole
Python 2.4 is VS.Net 2003 (aka VC7). If we can drop support for Windows 95/98/ME while we're at it, it would eliminate some more maintenance headaches. At this point in time, even dropping Windows NT isn't unreasonable. Roger "Mark Hammond" wrote in message news:5151967f.3020...@gmail.com.

Re: [python-win32] Dropping support for Python 2.3?

2013-03-27 Thread Mark Hammond
On 28/03/2013 5:18 AM, Roger Upole wrote: Python 2.4 is VS.Net 2003 (aka VC7). If we can drop support for Windows 95/98/ME while we're at it, it would eliminate some more maintenance headaches. At this point in time, even dropping Windows NT isn't unreasonable. Agreed. Mark Roger "Ma