Libraries in Dynamo’s IronPython

Hi, I was wondering if U found a way to install libraries in Dynamo’s IronPython?

You should upgrade to cpython3

If you still want to pursue that, here is the suggested link for you
https://docs.python.org/2.7/installing/index.html

2 Likes

Yes it’s possible, but currently only pure Python libraries (without code dependency written in C ) are compatible
more info and example here (use the Google Translation widget)

you can also use the CPython3 engine if you work on Revit 2022

5 Likes