@@ -90,23 +90,6 @@ Download the latest version from http://roundup.sf.net/.
9090If you're using WinZIP's "classic" interface, make sure the "Use
9191folder names" check box is checked before you extract the files.
9292
93- Testing your Python
94- -------------------
95-
96- .. note::
97- The ``run_tests.py`` script is packaged in Roundup's source distribution
98- - users of the Windows installer, other binary distributions or
99- pre-installed Roundup will need to download the source to use it.
100-
101- Once you've unpacked roundup's source, run ``python run_tests.py`` in the
102- source directory and make sure there are no errors. If there are errors,
103- please let us know!
104-
105- If the above fails, you may be using the wrong version of python. Try
106- ``python2 run_tests.py``. If that works, you will need to substitute
107- ``python2`` for ``python`` in all further commands you use in relation to
108- Roundup -- from installation and scripts.
109-
11093
11194For The Really Impatient
11295========================
@@ -760,6 +743,24 @@ You'll need to build Python.
760743Make sure you read the instructions under `UNIX environment steps`_.
761744
762745
746+ Problems? Testing your Python...
747+ ================================
748+
749+ .. note::
750+ The ``run_tests.py`` script is packaged in Roundup's source distribution
751+ - users of the Windows installer, other binary distributions or
752+ pre-installed Roundup will need to download the source to use it.
753+
754+ Once you've unpacked roundup's source, run ``python run_tests.py`` in the
755+ source directory and make sure there are no errors. If there are errors,
756+ please let us know!
757+
758+ If the above fails, you may be using the wrong version of python. Try
759+ ``python2 run_tests.py``. If that works, you will need to substitute
760+ ``python2`` for ``python`` in all further commands you use in relation to
761+ Roundup -- from installation and scripts.
762+
763+
763764-------------------------------------------------------------------------------
764765
765766Back to `Table of Contents`_
0 commit comments