[reportlab-users] unit tests in the CVS
Jerome Alet
reportlab-users@reportlab.com
Mon, 7 Oct 2002 13:46:03 +0200
On Mon, Oct 07, 2002 at 01:34:37PM +0200, Marius Gedminas wrote:
>
> Is Python 1.5.2 / 2.1 compatibility still a goal of ReportLab? Current
> CVS version passes all 104 tests with Python 2.2 here, but fails with
> 1.5 (pdfgen/pycanvas.py uses +=). It also fails 4 tests (in
> test_docstrings.py and test_pdfgen_pycanvas.py) with Python 2.1.
You're right wrt pycanvas, but lib/setup.py breaks (here) with
Python 2.1 too.
cd reportlab/lib
python2.1 setup.py build
gives :
ValueError: Don't know about platform:linux2
the old way still works though.
PS : I'll try to make a patch to pycanvas RSN.
Jerome Alet