On Tue, Jun 22, 2010 at 1:29 PM, William Johnston <williamj at tenbase2.com> wrote: > How do I include site-modules in embedded Python C# apps? You probably want to use ScriptEngine.SetSearchPaths. It's equivalent to setting sys.path. - Jeff