Revision: 2095
Author: pekka.klarck
Date: Thu Jul 30 05:08:42 2009
Log: added a note that python should be installed for all users (issue 355)
and as an admin (issue 302)
http://code.google.com/p/robotframework/source/detail?r=2095
Modified:
/wiki/Installation.wiki
=======================================
--- /wiki/Installation.wiki Tue May 5 07:44:33 2009
+++ /wiki/Installation.wiki Thu Jul 30 05:08:42 2009
@@ -102,6 +102,8 @@
with earlier Python releases, and supporting it as long as we need to
support very
old Python versions (most notably Jython 2.2) is not feasible.
+ On Windows, and especially on Windows Vista, it is recommended to
install Python to all users, and to run the installation as an
administrator.
+
== Jython installation ==
Using test libraries implemented with Java or using Java tools directly
requires running Robot Framework on Jython, which then requires Java
Runtime Environment (JRE). The minimum required Java version is 1.4, but
newer versions are recommended, as they tend to be faster with dynamic
languages, such as Jython. Both Sun and IBM Java versions are supported.