Roundup Tracker - Issues

Issue 561473

classification
Confusing installation instructions
Type: Severity: normal
Components: Installation Versions:
process
Status: closed fixed
:
: richard : richard
Priority: normal :

Created on 2002-05-28 11:13 by anonymous, last changed 2002-05-28 11:13 by anonymous.

Messages
msg236 Author: [hidden] (anonymous) Date: 2002-05-28 11:13
Quoted from 
'instructions.txt':
******************************

Testing 
your Python
-------------------

Run ``"python ./run_tests"`` and make 
sure there
are no errors.  If there are errors, please let us 
know!


Getting 
Roundup
===============

Download the latest 
version from 
http://roundup.sf.net/.

Installation
============

Set 
aside 15-30 minutes.

1. To install the Roundup support 
code into your Python tree and
   Roundup scripts into 
/usr/local/bin::

       python setup.py 
install

******************************

But run_tests 
can only be run sucessfully after downloading and installing 
Roundup. If the tests are run before 'python setup.py install' the 
user will receive a lot of errors when importing of htmlbase fails.
msg237 Author: [hidden] (richard) Date: 2002-05-28 11:53
Logged In: YES 
user_id=6405

I've ammended the installation notes for people who use a 
CVS checkout. 
History
Date User Action Args
2002-05-28 11:13:37anonymouscreate