[Mono-list] Support for calling C# code from Python code ?

gabor gabor@z10n.net
Fri, 06 Feb 2004 16:21:08 +0100


On Thu, 2004-02-05 at 15:08, Manish Gupta wrote:
> Hi,
> I am into my early phase of understanding Mono environment. On Mono
> home page I was able to find the way to call C# code from C code. But
> could not locate a way to call C# code from Python. 
> 
> Did I miss out something? If not, is there any plan to support this?  

you can try to:
-create some wrapper C code, which calls c# code
-call the C-wrapper-code from python
:)

imho there is no direct binding between python-c#, but i can be wrong

gabor