I was just wondering if anybody knows how to add reference to "Ritmo for iSeries" in IronPython. I did it successfully in C# and get it to work (since it is just click click click) And I was trying to do the same in IronPython but it says, "could not add reference to assembly Ritmo for iSeries".
I was doing
import clr clr.AddReference('Ritmo for iSeries') from Ritmo........
IOError: Could not add reference to assembly Ritmo for iSeries