Is there any working example of Python ActiveX control for Internet Explore?

Jeff Kunce kuncej at mail.conservation.state.mo.us
Wed Feb 16 11:08:07 EST 2000


> Does anybody know where I can find working examples of IE ActiveX Control
> which is written in Python.

I get microsoft-speak all mixed up, but maybe these pointers will help.

For an example of using python to control MSIE via COM, see:
    msiecom.py
at
   http://starship.python.net/crew/jjkunce

For an example of embedding Axtive-X controls in wxPython, see:
   http://www.uconect.net/~wheineman/python/ActiveXDemo.py
(Posted recently to the wxPython list by Willy Heineman
<wheineman at uconect.net>)

  --Jeff





More information about the Python-list mailing list