0
votes

I am new to Robot Framework RIDE. I had installed python 3.4 in my windows machine and then successfully installed robot framework using pip command. However I am unable to install RIDE, I am getting exception. It seems RIDE is not supported for python 3.

Is there any official site from where I can get info that which is the latest version of python that RIDE supports? Which might be updating as per new releases as we in case of Selenium on http://www.seleniumhq.org/download/. I visited the below site, but didn't got the info, searched on google as well, but it seems info on this area are lacking

https://pypi.python.org/pypi/robotframework-ride

https://github.com/robotframework/RIDE

Kind Regards, Shoaib

1
You don't need RIDE to learn or use robot. I recommend using a plain text editor that supports robot. There are many that are mentioned on the robot website. - Bryan Oakley

1 Answers

1
votes

RIDE Does not yet support version 3, and runs only on the regular Python, not on Jython nor IronPython. Python 2.6 is the minimum version needed. Installation Instructions Explains all,Go through it.