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