Re: COM / .NET

2011-10-20 Thread Gregory Ewing
Tim Golden wrote: You have a few choices in this regard: Also it's reportedly possible to register a .NET assembly as a COM library and use it that way. -- Greg -- http://mail.python.org/mailman/listinfo/python-list

Re: COM / .NET

2011-10-20 Thread Uffe Kousgaard
"Tim Golden" wrote in message news:mailman.2075.1319100141.27778.python-l...@python.org... > > You have a few choices in this regard: Thanks for a detailed reply. We'll start looking at [1] and [3]. -- http://mail.python.org/mailman/listinfo/python-list

Re: COM / .NET

2011-10-20 Thread Tim Golden
On 20/10/2011 09:06, Uffe Kousgaard wrote: Is python able to access COM libraries or .NET assemblies? If both, which is the easist or most popular? You have a few choices in this regard: * CPython can access COM objects either via the pywin32 extensions[1] or via comtypes[2]. The former is mai

COM / .NET

2011-10-20 Thread Uffe Kousgaard
Is python able to access COM libraries or .NET assemblies? If both, which is the easist or most popular? -- http://mail.python.org/mailman/listinfo/python-list

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

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 > > >

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 >

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 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?

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, I've