@@ -93,24 +93,6 @@ Download the latest version from http://roundup.sf.net/.
9393If you're using WinZIP's "classic" interface, make sure the "Use
9494folder names" check box is checked before you extract the files.
9595
96- Testing your Python
97- -------------------
98-
99- .. note::
100- The ``run_tests.py`` script is packaged in Roundup's source distribution
101- - users of the Windows installer, other binary distributions or
102- pre-installed Roundup will need to download the source to use it.
103-
104- Once you've unpacked roundup's source, run ``python run_tests.py`` in the
105- source directory and make sure there are no errors. If there are errors,
106- please let us know!
107-
108- If the above fails, you may be using the wrong version of python. Try
109- ``python2 run_tests.py``. If that works, you will need to substitute
110- ``python2`` for ``python`` in all further commands you use in relation to
111- Roundup -- from installation and scripts.
112-
113-
11496For The Really Impatient
11597========================
11698
@@ -640,6 +622,24 @@ You'll need to build Python.
640622Make sure you read the instructions under `UNIX environment steps`_.
641623
642624
625+ Problems? Testing your Python...
626+ ================================
627+
628+ .. note::
629+ The ``run_tests.py`` script is packaged in Roundup's source distribution
630+ - users of the Windows installer, other binary distributions or
631+ pre-installed Roundup will need to download the source to use it.
632+
633+ Once you've unpacked roundup's source, run ``python run_tests.py`` in the
634+ source directory and make sure there are no errors. If there are errors,
635+ please let us know!
636+
637+ If the above fails, you may be using the wrong version of python. Try
638+ ``python2 run_tests.py``. If that works, you will need to substitute
639+ ``python2`` for ``python`` in all further commands you use in relation to
640+ Roundup -- from installation and scripts.
641+
642+
643643-------------------------------------------------------------------------------
644644
645645Back to `Table of Contents`_
0 commit comments