aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-11-09 15:47:41 +0000
committerBill Meier <wmeier@newsguy.com>2010-11-09 15:47:41 +0000
commitea89cee77116d0a649dfa2b1600cd4ed68f4ac22 (patch)
treec363e756169c6cd28d5e1b9aff1494bb67d70f3e /docbook
parent612aef89c65c2a87bab758a3bd36ba0eb02066dc (diff)
Python 2.7 is now the current Production version of Python.
svn path=/trunk/; revision=34822
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_quick_setup.xml6
-rw-r--r--docbook/wsdg_src/WSDG_chapter_tools.xml12
2 files changed, 9 insertions, 9 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
index a843d54853..8b42f48c51 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
@@ -130,9 +130,9 @@ title Command Prompt (VC++ 2008)]]>
</section>
<section id="ChSetupPython">
<title>Install Python</title>
- <para>Get the Python 2.6 installer from:
+ <para>Get the Python 2.7 installer from:
<ulink url="http://python.org/download/" /> and install Python
- into the default location (C:\Python26).</para>
+ into the default location (C:\Python27).</para>
<para>Why this is recommended: Cygwin's Python package
doesn't work on some machines, so the Win32 native package is
recommended.</para>
@@ -337,7 +337,7 @@ title Command Prompt (VC++ 2008)]]>
/usr/bin/find: /usr/bin/find
perl: /usr/bin/perl
env: /usr/bin/env
- C:/python26/python.exe: /cygdrive/c/python26/python.exe
+ C:/python27/python.exe: /cygdrive/c/python27/python.exe
sed: /usr/bin/sed
unzip: /usr/bin/unzip
wget: /usr/bin/wget]]>
diff --git a/docbook/wsdg_src/WSDG_chapter_tools.xml b/docbook/wsdg_src/WSDG_chapter_tools.xml
index 4bf426cbfa..568793b985 100644
--- a/docbook/wsdg_src/WSDG_chapter_tools.xml
+++ b/docbook/wsdg_src/WSDG_chapter_tools.xml
@@ -1125,7 +1125,7 @@ Copyright (C) 2005 Free Software Foundation, Inc.]]>
<para>Python is an interpreter based programming language. The
homepage of the python project is:
<ulink url="http://python.org/" />. Python is used to generate
- some source files. Python 2.4 to 2.6 should work fine.
+ some source files. Python 2.4 to 2.7 should work fine.
</para>
<section id="ChToolsUnixPython">
<title>UNIX or Win32 Cygwin: python</title>
@@ -1148,24 +1148,24 @@ Copyright (C) 2005 Free Software Foundation, Inc.]]>
</section>
<section id="ChToolsWin32Python">
<title>Win32 native: python</title>
- <para>Get Python 2.6, 2.5, or 2.4 from
+ <para>Get Python 2.7, 2.6, 2.5, or 2.4 from
<ulink url="http://python.org/download/" />.
You can download an installation package there, which
will install the Python system in the top level of your
<filename>C:</filename> drive by default, e.g.
- <filename>C:\Python26</filename>.</para>
+ <filename>C:\Python27</filename>.</para>
<para>You can check for a successful installation from a command prompt (cmd.exe):</para>
<para>
<prompt>C:\&gt;</prompt>
- <userinput>cd python26</userinput>
+ <userinput>cd python27</userinput>
</para>
<para>
- <prompt>C:\Python26&gt;</prompt>
+ <prompt>C:\Python27&gt;</prompt>
<userinput>python -V</userinput>
</para>
<para>The output should look something like:
<programlisting>
-<![CDATA[Python 2.6]]>
+<![CDATA[Python 2.7]]>
</programlisting>However, the version string may vary.</para>
</section>
</section>