Roundup Tracker - Issues

Message236

Author anonymous
Recipients
Date 2002-05-28.11:13:37
Message-id
In-reply-to
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.
History
Date User Action Args
2009-02-03 14:20:01adminlinkissue561473 messages
2009-02-03 14:20:01admincreate