Hi Tim, Can you please describe the steps of writing an ordinary COM-extension in python. Do I have to use C/C++ or is it possible to only use python. As I understand, ctypes or comtypes make it possible to call functions or access data from a library written in another language, don' t they? Now, is it right that I should use some library which includes COM-objects (or COM-interfaces) and access it using comtypes? Don' t I need additional C++ coding?
Thanks, Rafael Yengibaryan.
_______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32