I must be missing something obvious.  I have come across several references to
Python.Net more or less working with Mono on Linux, although not reliably.  The
thing is, I don't understand how it can work.  The interop assemblies (eg
CLR.dll) are .NET assemblies, which means they are also PE format, not ELF.

On Windows, the DLL is loaded and the CLR initialized automagically by the
Windows/.NET loaders.  But how does this work on Linux?


_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to