Changeset 2335

Show
Ignore:
Timestamp:
10/12/06 17:19:28 (2 years ago)
Author:
paul
Message:

Made friendlier dependency message for report writer.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/lib/reportWriter.py

    r2328 r2335  
    2727 
    2828    %s 
     29 
     30PIL is the Python Imaging Library available from 
     31http://www.pythonware.com/products/pil 
     32 
     33reportlab is the ReportLab toolkit available from 
     34http://www.reportlab.org 
     35 
     36If you are on a Debian Linux system, just issue: 
     37sudo apt-get install python-reportlab 
     38sudo apt-get install python-imaging 
     39. 
    2940    """ % "\n\t".join(_failedLibs) 
    3041