simple extension modules with GNU's C#

Gerhard Häring gh at ghaering.de
Mon Apr 28 12:42:12 EDT 2003


Ionutz Borcoman wrote:
> Hi,
> 
> What's the simplest way to make an extension in C# ? [...]

AFAIK there is no simple way. You'd probably be better off learning C 
(or C++) and using this language for writing Python extensions.

Or do you need to interface a .NET library from Python? There might be a 
simpler way, then, like calling a webservice via SOAP.

-- Gerhard





More information about the Python-list mailing list