Search code examples
robotframeworkironpythonrobotframework-ide

Robot Framework and IronPython


just a simple question. I have a Robot Framework which I am editing on RIDE and I have an Iron Python file, which includes a class and its methods. I import this ironpython file as a library and use its methods as keywords in my tests. However, RIDE seems to show that there is an error with importing that library.

A screenshot is displayed showing Vitality.py red.

enter image description here


Solution

  • I found out in the end it is because I hadn't install ride or robotframework for ironpython which is different to just python. You have to go through a different procedure for Ironpython of robotframework installation.