Hi all,
 I'd like to invoke python modules from C#.

I'm using the PythonEngine and ExecuteFile method but it looks like it
does not handle python imports correctly.

The python module I execute imports the famous libxml2.

It seems to crash on its initilisation:
        from libxmlmods import libxml2mod

I did 'addtopath' the libxml2 dlls to the pe engine.

Is this a bug or am I doing something wrong?

Thanx,

--mike


_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to