If I import csv library in IronPython shell everything works fine.
I can run my imp/exp scripts.
When I try to re-create same script via Python Script node inside Dynamo,
I get this error:
“Warning: IronPythonEvaluator.EvaluateIronPythonScript operation failed.
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named csv”
(I’m using 1.2.1.3083 on Win 10 pro)
Help greatly appreciated.
Thanks!