Author: pekka.klarck
Date: Sun Mar 22 08:50:29 2009
New Revision: 1468

Modified:
   trunk/doc/userguide/RobotFrameworkUserGuide.html

Log:
regen

Modified: trunk/doc/userguide/RobotFrameworkUserGuide.html
==============================================================================
--- trunk/doc/userguide/RobotFrameworkUserGuide.html    (original)
+++ trunk/doc/userguide/RobotFrameworkUserGuide.html Sun Mar 22 08:50:29 2009
@@ -473,7 +473,7 @@
 <body>
 <div class="document" id="robot-framework-user-guide">
 <h1 class="title">Robot Framework User Guide</h1>
-<h2 class="subtitle" id="version-version">Version trunk 20090303</h2>
+<h2 class="subtitle" id="version-version">Version trunk 20090322</h2>

 <!-- This data file has been placed in the public domain. -->
 <!-- Derived from the Unicode character mappings available from
@@ -733,7 +733,9 @@
 betas and alphas are not supported either. Unfortunately, also Jython
 2.2.1 has certain Unicode problems (for more information, see
<a class="reference external" href="http://bugs.jython.org/issue1802339";>http://bugs.jython.org/issue1802339</a> and -<a class="reference external" href="http://bugs.jython.org/issue1032";>http://bugs.jython.org/issue1032</a>).</p> +<a class="reference external" href="http://bugs.jython.org/issue1032";>http://bugs.jython.org/issue1032</a>). Jython 2.5 is currently under
+development and although it is not yet officially supported it should
+work without problems in most normal usage.</p>
 <p>Installing Jython is a fairly easy procedure. First you need to get an
installer from the <a class="reference external" href="http://www.jython.org/";>Jython homepage</a> or directly from <a class="reference external" href="http://downloads.sourceforge.net/jython/jython_installer-2.2.jar";>http://downloads.sourceforge.net/jython/jython_installer-2.2.jar</a>.
@@ -742,7 +744,11 @@
 system, the installer runs either in the graphical or the textual
 mode, but in both cases, the actual installation procedure is very
 easy.</p>
-<p>When installing Robot Framework, its installer tries to find the
+<p>Jython 2.2 does not have Python's <span class="code">distutils</span> module, which
+is required for automatically installing Robot Framework.
+The normal procedure is installing Robot Framework using
+Python but <a class="reference internal" href="#manual-installation">manual installation</a> is also possible. +When installing Robot Framework with Python, its installer tries to find the Jython executable on the system to create the <span class="prog">jybot</span> runner script
 correctly. Jython is found if:</p>
 <ol class="arabic">
@@ -11134,7 +11140,7 @@
 <div class="footer">
 <hr class="footer" />
<p>Generated by <a class="reference external" href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a>. Syntax highlighting by <a class="reference external" href="http://pygments.org/";>Pygments</a>.</p>
-<p>Generated on: 2009-03-22 00:51 UTC.
+<p>Generated on: 2009-03-22 15:47 UTC.
 </p>

 </div>

Reply via email to