Newly I started working with IronPython in .NET but as I saw some few examples they're making engine with Python.CreateEngine() But the Python object isn't loaded for me however I imported these references.
using IronPython.Hosting;
using IronPython.Runtime;
using Microsoft.Scripting;
using Microsoft.Scripting.Hosting;
I searched around this topic but I couldn't find anything.
Peace Out!