[reportlab-users] Linux installation of report lab - HELP?

H. Turgut Uyar reportlab-users@reportlab.com
Mon, 24 Feb 2003 10:37:06 +0200


Ashley Pritchard wrote:
> I am trying to instsll Reportlab on a Red Hat Linux 8.0 machine. So far I
> have been unsuccessfull.
> I have mannaged to gunzip & un-tar the file.
> I have read the README file which says to "unpack" reportlab into your
> python path & to create a .pth file.
> The directions seem to me to be so unclear, as with all thing linux. I do
> not understand how install this program to where it is functional.
> I am useing this program in conjuntion with a genealogy program called
> Gramps which requires this program to be able to generate PDF documents.
> Please Help.
> 

Hello,

First install PIL using:
   tar xvzf Imaging-1.1.3.tar.gz
   cd Imaging-1.1.3/libImaging
   ./configure
   make
   cd ..
   python setup.py build
   python setup.py install

Then extract reportlab to the python directory:
   cd /usr/lib/python2.2/site-packages
   tar xvzf ReportLab_1_17.tgz

This should do it.

-- Turgut

> _______________________________________________
> reportlab-users mailing list
> reportlab-users@reportlab.com
> http://two.pairlist.net/mailman/listinfo/reportlab-users