I am using robotframework-maven-plugin which uses Jython version=2.5.1 for running my test cases. My issue is when I try to use different robotframework libraries such the robotframework-requests I get import errors as I believe Jython version=2.5.1 does not have the latest Python libraries required (Python version >= 2.6). I know this as the tests run when I use my installed version of python but do not when I use:
I would also like to use Curl but Jython version=2.5.1 again does not have the python library I need. I have tried coping over the files needed but this seem like the wrong solution and is very time consuming. It seems I am stuck as I need maven robotframework and this uses Jython to run the test so is there a way that Robotframework Jython can have the latest Python libraries or is there a better approach?
Ugh
One must note that even jython would be updated, you can not use all the python libraries with jython. Currently it is only possible to use libraries, with jython, that are native python libraries. If the python library is not native python library, example like nympy [1], then it can not be run over the jython. I remember reading, from somewhere, that this might change in jython 3.x version but that was just a rumor.
-Tatu
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/robotframework-users/-/rmntySqDzckJ.
To post to this group, send email to robotframe...@googlegroups.com.
To unsubscribe from this group, send email to robotframework-u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/robotframework-users?hl=en.
Ugh
1) I have feeling that I did try it locally and it did work. But that was quite long time ago. But it was quite big hassle to get the dev the use correct versions and maven plugging was so easy to use. Which did lead that currently use maven plugging, if it is java based stuff.
-Tatu
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/robotframework-users/-/KWBg35vYSHgJ.