Re: [python-win32] Help calling IProgressDialog Interface

2008-02-27 Thread Thomas Heller
Larry Bates schrieb: > One last problem. When I working class inside my COM object and everything > works until I (or Python) destroys the reference to this object. I then get > this exception: > > Exception exceptions.ValueError: 'COM method call without VTable' in meth > od POINTER(IProgres

Re: [python-win32] Help calling IProgressDialog Interface

2008-02-27 Thread Larry Bates
Larry Bates wrote: > Tim Golden wrote: >> Larry Bates wrote: >>> I almost have it completely working with one remaining problem. The dialog >>> allows the user to specify an AVI that runs showing activity while things >>> are >>> going in the background. There are AVIs stored in shell32.dll fo

Re: [python-win32] Help calling IProgressDialog Interface

2008-02-27 Thread Larry Bates
Tim Golden wrote: > Larry Bates wrote: >> I almost have it completely working with one remaining problem. The dialog >> allows the user to specify an AVI that runs showing activity while things >> are >> going in the background. There are AVIs stored in shell32.dll for move/copy >> (resource

Re: [python-win32] Help calling IProgressDialog Interface

2008-02-27 Thread Tim Golden
Larry Bates wrote: > I almost have it completely working with one remaining problem. The dialog > allows the user to specify an AVI that runs showing activity while things are > going in the background. There are AVIs stored in shell32.dll for move/copy > (resource number 160 and 161 respectiv

Re: [python-win32] Help calling IProgressDialog Interface

2008-02-27 Thread Larry Bates
Thomas Heller wrote: > Larry Bates schrieb: >> Thomas Heller wrote: >>> Larry Bates schrieb: I've spent all morning searching and I just can't seem to find the TypeLibrary name for this COM interface. > >>> Sometimes someone who wants to use the object from VB writes an idl file >

Re: [python-win32] Help calling IProgressDialog Interface

2008-02-26 Thread Thomas Heller
Larry Bates schrieb: > Thomas Heller wrote: >> Larry Bates schrieb: >>> I've spent all morning searching and I just can't seem to find the >>> TypeLibrary >>> name for this COM interface. >> Sometimes someone who wants to use the object from VB writes an idl file >> and compiles a typelib (but y

Re: [python-win32] Help calling IProgressDialog Interface

2008-02-22 Thread Thomas Heller
> Ok, I downloaded that project, and stripped out the TLB. I then got comtypes > and was able to use comtypes.client.GetModule to generate the typelib wrapper > module for it: > > >>> GetModule("progdlg.tlb") > 'C:\Python25\lib\site-packages\comtypes\gen\_2F2719A2_83CC_11D3_A08C_0040F6A4BFEC_

Re: [python-win32] Help calling IProgressDialog Interface

2008-02-22 Thread Larry Bates
Thomas Heller wrote: > Larry Bates schrieb: >> I've spent all morning searching and I just can't seem to find the >> TypeLibrary >> name for this COM interface. I've searched the registry, scanned COM >> browser >> list at least a dozen times, etc. Some information about this COM object is >

Re: [python-win32] Help calling IProgressDialog Interface

2008-02-22 Thread Thomas Heller
Larry Bates schrieb: > I've spent all morning searching and I just can't seem to find the > TypeLibrary > name for this COM interface. I've searched the registry, scanned COM browser > list at least a dozen times, etc. Some information about this COM object is > located here: > > http://www.