top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Can I update jython only for monkeyrunner? if yes, how?

0 votes
280 views

We are developing our own automation test toolkit basing on MonkeyRunner. We intent to reuse some of our old python classes. I just realized that I came across 'jython version is too low' problem. our Python classes are targeting for 2.7. currently MonkeyRunner is running on top of 2.53.

my question is as follows:
Can I update jython only for monkeyrunner? if yes, how?

posted Jul 17, 2014 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

I tried to find out more on the internet but didn't have much success. All I know is that its a combination of Python and Java. I have following queries -

Is it more Java than Python or the other way around?
Is Jython free like Python?
Is the programming language for Jython similar to Python or similar to Java?
Are there pros and cons then switching from Python to Jython?

0 votes

I'm running a box with Debian squeeze, and I just ran:

sudo aptitude install jython

which ended up installing Python 2.5:

[...]
Linking and byte-compiling packages for runtime python2.5...
Setting up python2.5 (2.5.5-11) ...

Does anyone know why CPython 2.5 is a dependency for Jython 2.5.1+ on Debian squeeze?

...