description
Anyone know if docutils runs under IronPython?
I've been trying, but I get a stack-overflow exception (at least least with the html writer). This occurs if I try to use the API with C# or run rst2html.py directly with ipy.
I'm new to IronPython... I tried installing the source to track down the issue(s), but it throws a "not a zip file" exception whenever I try an import.