I\'m a complete noob when it comes to IronPython. I need to call a py script from an ASP.NET website, and have the following code:
var ipy = IronPython.Hosting.P
An alternate way of doing this:
dynamic sys = scriptEngine.ImportModule("sys"); sys.path.append(somePath);