[IronPython] NLTK site-module in C# app?

Jeff Hardy jdhardy at gmail.com
Tue Jun 22 21:36:52 CEST 2010


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



More information about the Ironpython-users mailing list