public void Init() { _compiler = new PythonViewCompiler { BaseClass = typeof(StubSparkView).FullName }; _languageFactory = new PythonLanguageFactory(); // Load up assemblies IronPython.Hosting.Python.CreateEngine(); }