Calling C# COM (.NET) from python

Andrew Falanga af300wsm at gmail.com
Mon Dec 8 11:53:55 EST 2008


Hi,

I've never programmed in python and only have a small understanding of
what is wrapped up in the terms COM and .NET.  Is there a way of using
python to get a hold of objects written in C# as COM objects using
python?  I'm looking for ways to avoid VBScript (which, after a couple
of weeks, I've determined to be horrid).  That is, is there a way of
getting at COM objects in python that's similar to doing a
CreateObject call in VBScript (http://msdn.microsoft.com/en-us/library/
dcw63t7z.aspx)?

Thanks,
Andy



More information about the Python-list mailing list