pythoncom for VC++ RPC client

ctanya at my-deja.com ctanya at my-deja.com
Wed Jan 17 14:54:28 EST 2001


Is there a way to expose the pythomcom server to VC++ client using
late binding? (with IUNKNOWN)
The problem I'm facing is that VC++ client requires interface GUID to
create the instance and I'm having trouble generating it from string
interface representation:
MakeIID(Sgl_sim.Server.HostServer.Connected) - gives me an error:
       TypeError: The object can not be converted to a Unicode object.

Could I avoid this step at all?


Sent via Deja.com
http://www.deja.com/



More information about the Python-list mailing list