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
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