[python-win32] Problems with QuickTest Automation Object Model

2009-09-04 Thread Dennis Chung
Hi, I am having problems using win32com.client with the HP QTP COM libraries. QTP is just another windows based application like Excel that exposes a COM type library for automation. In vbscript the COM library works fine as follows: Set qtp = CreateObject("QuickTest.Application") qtp.Launch Msg

Re: [python-win32] Problems with QuickTest Automation Object Model

2009-09-04 Thread Tim Roberts
Dennis Chung wrote: > Hi, > > I am having problems using win32com.client with the HP QTP COM > libraries. QTP is just another windows based application like Excel > that exposes a COM type library for automation. > > In vbscript the COM library works fine as follows: > > Set qtp = CreateObject("Qu