aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src
diff options
context:
space:
mode:
Diffstat (limited to 'docbook/wsdg_src')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_quick_setup.xml2
-rw-r--r--docbook/wsdg_src/WSDG_chapter_tools.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
index 4c52908f68..3d9a11c408 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
@@ -119,7 +119,7 @@
<title>Install Python</title>
<para>Get the python installer from:
<ulink url="http://python.org/download/" />and install python
- into the default location (currently: C:/Python24).</para>
+ into the default location (currently: C:/Python25).</para>
<para>Why this is recommended: Cygwin's python package
doesn't work on some machines, so the Win32 native package is
recommended.</para>
diff --git a/docbook/wsdg_src/WSDG_chapter_tools.xml b/docbook/wsdg_src/WSDG_chapter_tools.xml
index 9fe69d54c4..432166f691 100644
--- a/docbook/wsdg_src/WSDG_chapter_tools.xml
+++ b/docbook/wsdg_src/WSDG_chapter_tools.xml
@@ -1087,17 +1087,17 @@ Copyright (C) 2005 Free Software Foundation, Inc.]]>
<ulink url="http://python.org/download/" />to download the
latest stable release. You can download a setup there, which
will install the python system typically into
- <filename>C:\Python24</filename>or similiar.</para>
+ <filename>C:\Python25</filename>or similiar.</para>
<para>After correct installation, typing inside the command
line (cmd.exe) - this must be entered in the Python
directory, the installer won't set the PATH:</para>
<para>
- <prompt>C:\Python24&gt;</prompt>
+ <prompt>C:\Python25&gt;</prompt>
<userinput>python -V</userinput>
</para>
<para>should result in something like:
<programlisting>
- <![CDATA[Python 2.4.4]]>
+ <![CDATA[Python 2.5]]>
</programlisting>However, the version string may vary.</para>
</section>
</section>