Kelie schrieb:
> In Chapter 12 of Mark Hammond's book "Python Programming on Win32", there is 
> an
> example DynamicPolicy.py which demonstrates how to implement a COM server that
> exposes the entire Python string module. Can such a thing be done in comtypes?
> If so, is there an example? Thanks!

There is no such functionality out of the box.  But I suspect it wouldn't be
too complicated to write it, the _dynamic_ function from the sample code
in the book would be of some help.

-- 
Thanks,
Thomas


------------------------------------------------------------------------------
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to