@@ -94,12 +94,11 @@ a good place to start is http://python.org. There you can download a suitable
94
94
installer and get more information about the installation process and Python
95
95
in general.
96
96
97
- Robot Framework 2.8 and older support Python 2.5, 2.6, and 2.7, but
98
- Robot Framework 2.9 will drop Python 2.5 support. The plan is to support
99
- also Python 3 in the future, latest with Robot Framework 3.0. If you need
100
- Python 3 support earlier, you can use the `un-official Python 3 port `_. If
101
- you need to use really old Python versions, Robot Framework 2.0 and 2.1
102
- support Python 2.3 and 2.4.
97
+ Robot Framework 2.9 supports Python 2.6 and 2.7, and the plan is to support
98
+ also Python 3 in the near future. If you need Python 3 support earlier, you
99
+ can use the `un-official Python 3 port `_. If you need to use older Python
100
+ versions, Robot Framework 2.5-2.8 support Python 2.5 and Robot Framework
101
+ 2.0-2.1 support Python 2.3 and 2.4.
103
102
104
103
On Windows it is recommended to install Python to all users and to run the
105
104
installer as an administrator. Additionally, environment variable
@@ -127,10 +126,10 @@ package, which you can run from the command line like `java -jar
127
126
jython_installer-<version>.jar `. Depending on the system configuration,
128
127
it may also be possible to just double-click the installer.
129
128
130
- Robot Framework 2.8 and older support Jython 2.5 ( requires Java 5 or newer)
131
- and Jython 2.7 (requires Java 7 or newer). The forthcoming Robot Framework
132
- 2.9 will require Jython 2.7. If ancient Jython versions are needed, Robot
133
- Framework 2.0 and 2.1 support Jython 2.2.
129
+ Robot Framework 2.9 supports Jython 2.7 which requires Java 7 or newer. If
130
+ older Jython or Java versions are needed, Robot Framework 2.5-2.8 support
131
+ Jython 2.5 (requires Java 5 or newer) and Robot Framework 2.0-2.1 support
132
+ Jython 2.2.
134
133
135
134
After installing Jython, you probably still want to `configure PATH `_ to make
136
135
the ``jybot `` `runner script `_ executable on the command prompt.
@@ -146,7 +145,7 @@ When using IronPython, an additional dependency is installing
146
145
`elementtree <http://effbot.org/downloads/#elementtree >`__
147
146
module 1.2.7 preview release. This is required because the ``elementtree ``
148
147
module distributed with IronPython is
149
- `broken <http ://ironpython.codeplex. com/workitem/31923 >`__. You can install
148
+ `broken <https ://github. com/IronLanguages/main/issues/968 >`__. You can install
150
149
the package by downloading the source distribution, unzipping it, and running
151
150
`ipy setup.py install ` on the command prompt in the created directory.
152
151
0 commit comments