Changeset 2335
- Timestamp:
- 10/12/06 17:19:28 (2 years ago)
- Files:
-
- trunk/dabo/lib/reportWriter.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/lib/reportWriter.py
r2328 r2335 27 27 28 28 %s 29 30 PIL is the Python Imaging Library available from 31 http://www.pythonware.com/products/pil 32 33 reportlab is the ReportLab toolkit available from 34 http://www.reportlab.org 35 36 If you are on a Debian Linux system, just issue: 37 sudo apt-get install python-reportlab 38 sudo apt-get install python-imaging 39 . 29 40 """ % "\n\t".join(_failedLibs) 30 41
