[IronPython] Calling python script from c#

mike mike.niemaz at gmail.com
Fri Nov 24 15:46:45 CET 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 Ironpython-users mailing list