bill.t...@gmail.com 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, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to