Returning objects from PythonCOM servers

Jesper Eskilson jojo at virtutech.se
Mon Apr 9 10:15:13 EDT 2001


Mark Hammond <MarkH at ActiveState.com> writes:

> If the makepy generated file has no reference to any "record"s, then I'm
> afraid you can't use these particular ones.  If "fixing" the TLB an option?

The makepy-generated file contains

RecordMap = {

        '_SSE_REG: '<GUID>'

}

Where the GUID consists of all zeroes. I assume that I want all the other
data-structures to make it into RecordMap as well, right?

How do I fix the TLB? I suppose that I need to hack the IDL-file to do
this, but how does a IDL datastructure with a GUID look like?

/Jesper
-- 
-------------------------------------------------------------------------
Jesper Eskilson                                         jojo at virtutech.se
Virtutech                                         http://www.virtutech.se
-------------------------------------------------------------------------



More information about the Python-list mailing list