Calling C# COM (.NET) from python

2008-12-08 Thread Andrew Falanga
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,

Re: Calling C# COM (.NET) from python

2008-12-08 Thread Ben Kaplan
On Dec 8, 2008, at 11:53 AM, Andrew Falanga [EMAIL PROTECTED] wrote: 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?

Re: Calling C# COM (.NET) from python

2008-12-08 Thread Mike Driscoll
On Dec 8, 10:53 am, Andrew Falanga [EMAIL PROTECTED] wrote: 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

Re: Calling C# COM (.NET) from python

2008-12-08 Thread Mike Driscoll
On Dec 8, 11:14 am, Ben Kaplan [EMAIL PROTECTED] wrote: On Dec 8, 2008, at 11:53 AM, Andrew Falanga [EMAIL PROTECTED] wrote: 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

Re: Calling C# COM (.NET) from python

2008-12-08 Thread Andrew Falanga
On Dec 8, 11:52 am, Mike Driscoll [EMAIL PROTECTED] wrote: On Dec 8, 11:14 am, Ben Kaplan [EMAIL PROTECTED] wrote: On Dec 8, 2008, at 11:53 AM, Andrew Falanga [EMAIL PROTECTED] wrote: Hi, I've never programmed in python and only have a small understanding of what is wrapped up in

Re: Calling C# COM (.NET) from python

2008-12-08 Thread Mike Driscoll
On Dec 8, 3:33 pm, Andrew Falanga [EMAIL PROTECTED] wrote: On Dec 8, 11:52 am, Mike Driscoll [EMAIL PROTECTED] wrote: On Dec 8, 11:14 am, Ben Kaplan [EMAIL PROTECTED] wrote: On Dec 8, 2008, at 11:53 AM, Andrew Falanga [EMAIL PROTECTED] wrote: Hi, I've never programmed in python