Building a Python OCX

Mark Hammond MarkH at ActiveState.com
Tue Jan 16 14:55:16 EST 2001


In article <9423o8$309$1 at nnrp1.deja.com>,
  John Urberg <jurberg at my-deja.com> wrote:
> Is it possible to build a visual Python OCX control?

Currently not.

> Can I access Python objects thru OLE?
> How complex is it?

It is quite simple to create "standard" COM objects using Python and
access them from any other language.  However, the extra interfaces and
complexity required by a true OCX is currently far from trivial.

Mark.


Sent via Deja.com
http://www.deja.com/



More information about the Python-list mailing list