python / COM question

David A. Rogers darogers at xnet.com
Fri Mar 24 17:56:58 EST 2000


I'm learning COM and want to use python to test the objects I'm creating.  I
immediately ran into a problem.

I have an interface with a function like so:

	STDMETHOD(GetDate)(int* year, int* month, int* day);

How do I call this from python when all python functions are pass by value?

Thanks for any help,
dar




More information about the Python-list mailing list