Re: [Python.NET] embed Python in C#

2010-08-16 Thread Brian Lloyd
Python for .NET has a huge amount of carnal knowledge about the in-memory layouts of python objects etc., and I don¹t know that anyone has tried to port it run with 64-bit :( On 8/16/10 1:08 PM, "[email protected]" wrote: > Hello all, > > After following some examples around the web, and

[Python.NET] embed Python in C#

2010-08-16 Thread igorfier
Hello all, After following some examples around the web, and some discussions in the mail list, I came into the following snippet to call a function defined in a Python script into a C# host app, as seen at “http://mail.python.org/pipermail/pythondotnet/2007-June/000620.html”: // public static