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
"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
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
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
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
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
> > >
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
>
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
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?
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
10 matches
Mail list logo