Is libxml2 a pyd? If so we currently don't support importing pyd's (it would require matching CPython's extension interface). Instead you might be able to use the .NET XML libraries as a work around.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of miken Sent: Monday, November 27, 2006 5:39 AM To: [email protected] Subject: [IronPython] Calling python script from c# 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 _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
