[IronPython] Calling python script from c#

Sanghyeon Seo sanxiyn at gmail.com
Wed Nov 29 01:51:48 CET 2006


2006/11/29, Dino Viehland <dinov at exchange.microsoft.com>:
> 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.

Yes, Python binding of libxml2 is a C extension module.

PS. I greatly prefer "C extension module" over "pyd", since C
extension modules do not have pyd extension on platforms other than
Windows.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list