[email protected] wrote:
> Ctypes doesn't add any breadth in this area? (I don't have a clue since ctype 
> com stuff didn't exist when I last cared.)

It's not a trivial problem to solve  COM objects other than IDispatch
require compile-time support of the kind ctypes provides.  It's very
difficult to provide that in an interpreted language.

The comtypes package, which builds off of ctypes, will allow you to do this.

-- 
Tim Roberts, [email protected]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to