To embed some IronPython Code into C# I want to use the ScriptEngine
using IronPython.Hosting; using Microsoft.Scripting.Hosting;
I found t
I suggest that you use NuGet instead of managing the binaries yourself.
This worked for me. http://nuget.org/packages/DynamicLanguageRuntime.Net40.Unofficial