Calling Python from C# - please help

Martin v. Löwis loewis at informatik.hu-berlin.de
Fri Sep 13 09:27:03 EDT 2002


adila001 at yahoo.com (AdrianC) writes:

> I am using Python 2.1 and I am tring to use my Python COM component.
> From VB6 everything is OK, but in .NET i don't know how to set the
> reference to my COM.

I've never used the COM bridge in .NET, but I believe you need to
create a type library first.

Regards,
Martin



More information about the Python-list mailing list