AFAIK IronPython is written in C#, therefore it cannot load any Python extensions that are implemented in C. This applies to igraph as well since igraph is mostly a C library and the Python module is "just" a wrapper around the C core. In other words, the Python module of igraph is only compatible with CPython, the C implementation of Python that you can download from python.org.
-- T. On 1 Feb 2013, at 17:38, [email protected] wrote: > I'm interested in tying together some C# code and my python code (which > includes some igraph routines). Iron Python seems to be the best way to > tackle the Python-C# interaction. Has anyone tried this while including the > igraph library? Or does anyone have any other suggestions? (besides avoiding > C# ) > > > _______________________________________________ > igraph-help mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
