[IronPython] Calling python script from c#

miken mike.niemaz at gmail.com
Mon Nov 27 14:39:18 CET 2006


Hi,
 I'm trying to run a python script from c# using the executeFile
method.

The debugger seems to stop on an import statement (libxml2) :
 import libxml2

I did used AddToPath to add the related modules.

Is there another way to tell the CLR where the imported modules are?
Am I missing something else?

Thanx for your help.

--mike




More information about the Ironpython-users mailing list