You should definitely check out the PyWin32 library for this. I found a couple links that talk about it: What can you do with COM/ActiveX in Python? - Stack Overflow and http://www.velocityreviews.com/forums/t319033-want-to-create-an-activex-object-from-a-python-class.html
I would also take a look at IronPython.
- Mike
···
On Monday, June 18, 2012 8:33:16 AM UTC-5, deemaa wrote:
hi all
i am new to python and wxpython
i would like to create my own ActiveX control in python
is it possible?
Maybe I should use wxpython or pywin32?
any ideas? thank you