[IronPython] Loading a static lib a second time in hosted ironpython

Jeff Hardy jdhardy at gmail.com
Thu Feb 3 08:52:32 PST 2011


On Thu, Feb 3, 2011 at 9:28 AM, Lukas Cenovsky <cenovsky at bakalari.cz> wrote:
> It looks like IronPython cannot find your .dll. Check whether you have
> MathHelpLib.dll along with all dependencies in your sys.path.

... which you can do from the host by calling engine.SetSearchPaths.

- Jeff


More information about the Users mailing list