[wxPython-users] Re: questions on wx wrapper for win32 COM control

Robin Dunn robin at alldunn.com
Mon Oct 2 10:48:52 PDT 2006


Bruce Who wrote:
> Has Nobody used genaxmodule ever before? Could anybody point me out?
> What is riid, a string or a class?

The wx.activex module can only handle the basic data types for 
parameters or return values, and it can't deal with other COM objects or 
interfaces.  (I had hopes that if I laid the groundwork in that module 
that somebody else with better COM skills than I would come along and 
finish it up...)

You can instead use the activexwrapper.py module that uses PyWin32 to 
deal with COM and then you should have complete access to all types.

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list