[python-win32] Getting pure virtual function call "R6025" Error

2012-09-24 Thread vamsi krishna
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

[python-win32] Getting Error "Pure Virtual Function Call R6025" Error

2012-09-24 Thread vamsi krishna
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

Re: [python-win32] Getting Error "Pure Virtual Function Call R6025" Error

2012-10-04 Thread vamsi krishna
> object whose vtable points to that of the earliest base class, with pointers > to error handlers for any pure virtual method. > > So look for use-after-free errors. > > paul > > On Oct 3, 2012, at 2:29 AM, Mark Hammond wrote: > >> [Please keep python