Hi,
Running on Windows 2003 Server X64,Python 2.5 (32-bit)
I am having problems using win32com.client with the HP QTP COM
libraries. I'm trying to launch QTP from python by following code:
import win32com.client
qtp = win32com.client.Dispatch("QuickTest.Application")
# starts up QTP
qtp.Launc
Hi,
Running on Windows 2003 Server X64,Python 2.5 (32-bit)
I am having problems using win32com.client with the HP QTP COM
libraries. I'm trying to launch QTP from python by following code:
import win32com.client
qtp = win32com.client.Dispatch("QuickTest.Application")
# starts up QTP
qtp.Launc