Does Resolver One support the standard Python libraries?
Resolver One uses IronPython, which runs most of the standard Python libraries – specifically, the ones that are written in Python. However, IronPython does not run Python libraries that are partially written in C. We’ve started an Open Source project called Ironclad with the aim of ensuring these Python C extensions work with IronPython, and thus with Resolver One—there’s more information on the Ironclad page.