[IronPython] Calling python script from c#

mike mike.niemaz at gmail.com
Fri Nov 24 06:46:45 PST 2006


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

It's works to some extent ... that is if the script does not make any
local import such as:
   import libxml2

Having this would crash on an import from the libxml2 script:
   from libxmlmods import libml2

I didtry to play with the pE addPath functions but it has no effect
regarding this problem ...

Any idea?



More information about the users mailing list