Comment #12 on issue 154 by bugspot: IronPython compatibility
http://code.google.com/p/robotframework/issues/detail?id=154

I will be using IronPython and Robot Framework in our verification process. At this time, my simple experiments following the original instructions from November 2008 have worked to allow me to import an IronPython module, use its functions and test
results from them then report in Robot Framework.
It is probable that the extent of our use does not require functionality that causes
conflicts in IronPython.
The basic environment is:
C# setup on the host system
CPython 2.6
IronPython 2.6
Robot Framework 2.1 on Win32( Haven't used it for our Linux applications yet)

The IronPython library calls into a C# executable for an xml log.
I use the standard xml parsers available in both CPython and IronPython to test the log.
So far, so good.

I am not sure what I will encounter as I develop more but I will report to you. Thanks for the instructions on setting up and for following up on this issue.

Reply via email to