COM Problems

Neil Hodgson neilh at hare.net.au
Sun Feb 27 09:59:42 EST 2000


> the IBar interface is registered just fine, it
> shows up in the OLE Viewer, etc. what does this
> mean?

   Python COM needs some Python COM specific code (the interface object
mentioned) to be able to use an interface. It does not have this for your
interface. It is possible to call COM interfaces directly using the calldll
module but its dangerous. Probably better to work out how to make an
interface object.

   Neil






More information about the Python-list mailing list