I have Java 1.6. And I have installed Jython on Windows by following the steps below:
- Download "jython-installer-2.7-b1.jar"
- Open command prompt --> Go to the location/folder where jython-installer-2.7-b1.jar is kept
- Execute the command java -jar jython-installer-2.7-b1.jar
- Jython installation GUI is opened and follow the instruction to install jython
- Set Path and JYTHON_HOME (In my case it was "C:\jython2.7b1\bin" and "C:\jython2.7b1" respectively)
Jython is installed successfully. Now I want to install Robot Framework. I tried to install Robot Framework using "robotframework-2.7.7.win32.exe" . At the 2nd step the following information message was displayed: "No Python installation found in the registry"
So, I have understood Python is mandatory to install Robot Framework. But, I want to install Robot Framework without installing Python using Jython. Is there any way to do that?