Phoenix Logo

phoenix_title wx.lib.activex

This module provides a wx.Window that hosts ActiveX Controls using just the ctypes and comtypes packages. This provides a light-weight COM implementation with full dynamic dispatch support.

The only requirements are ctypes (included with Python 2.5 and available separately for earlier versions of Python) and the comtypes package, which is available from http://starship.python.net/crew/theller/comtypes/. Be sure to get at least version 0.5, which at the time of this writing is only available from SVN. You can fetch it with easy_install with a command like this:

class_summary Classes Summary

ActiveXCtrl A wx.Window for hosting ActiveX controls. The COM interface of