Mercurial > p > roundup > code
diff doc/installation.txt @ 2971:433484274317 maint-0.7
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 27 Nov 2004 21:37:04 +0000 |
| parents | 76e5097dc22d |
| children | bf6f79ecfe78 |
line wrap: on
line diff
--- a/doc/installation.txt Fri Nov 26 02:16:27 2004 +0000 +++ b/doc/installation.txt Sat Nov 27 21:37:04 2004 +0000 @@ -93,24 +93,6 @@ If you're using WinZIP's "classic" interface, make sure the "Use folder names" check box is checked before you extract the files. -Testing your Python -------------------- - -.. note:: - The ``run_tests.py`` script is packaged in Roundup's source distribution - - users of the Windows installer, other binary distributions or - pre-installed Roundup will need to download the source to use it. - -Once you've unpacked roundup's source, run ``python run_tests.py`` in the -source directory and make sure there are no errors. If there are errors, -please let us know! - -If the above fails, you may be using the wrong version of python. Try -``python2 run_tests.py``. If that works, you will need to substitute -``python2`` for ``python`` in all further commands you use in relation to -Roundup -- from installation and scripts. - - For The Really Impatient ======================== @@ -640,6 +622,24 @@ Make sure you read the instructions under `UNIX environment steps`_. +Problems? Testing your Python... +================================ + +.. note:: + The ``run_tests.py`` script is packaged in Roundup's source distribution + - users of the Windows installer, other binary distributions or + pre-installed Roundup will need to download the source to use it. + +Once you've unpacked roundup's source, run ``python run_tests.py`` in the +source directory and make sure there are no errors. If there are errors, +please let us know! + +If the above fails, you may be using the wrong version of python. Try +``python2 run_tests.py``. If that works, you will need to substitute +``python2`` for ``python`` in all further commands you use in relation to +Roundup -- from installation and scripts. + + ------------------------------------------------------------------------------- Back to `Table of Contents`_
