summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-05-06 09:32:51 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-05-06 09:32:51 +0000
commit85cee37933add6527a4fa85fb4e7ac16102b5366 (patch)
treea0aa5b2fad83b8337e11f92a59ce31360681b103
parent56ddeb6b85dcae964d2390751f110f3dc2ff8e0e (diff)
downloadwireshark-85cee37933add6527a4fa85fb4e7ac16102b5366.tar.gz
the default is still python 2.4, as 2.5 currently doesn't work with the buildbot installation.
svn path=/trunk/; revision=21698
-rw-r--r--docbook/wsdg_src/WSDG_chapter_quick_setup.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
index ac62d66d34..573a2e79da 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
@@ -117,9 +117,10 @@
</section>
<section id="ChSetupPython">
<title>Install Python</title>
- <para>Get the python installer from:
+ <para>Get the python 2.4 installer from:
<ulink url="http://python.org/download/" />and install python
- into the default location (currently: C:/Python25).</para>
+ into the default location (currently: C:/Python24).</para>
+ <para>Beware: python 2.5 won't work without modifications.</para>
<para>Why this is recommended: Cygwin's python package
doesn't work on some machines, so the Win32 native package is
recommended.</para>