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? _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
