Доброго дня помогите установить PISA.
У меня Debian lenny.
установлен пакет python-pisa, и все зависимые пакеты.
выдаёт ошибку…
>>> import ho.pisa
****************************************************
IMPORT ERROR!
Reportlab Toolkit Version 2.2 or higher needed
****************************************************
The following Python packages are required for PISA:
- Reportlab Toolkit >= 2.2 <http://www.reportlab.org/>
- HTML5lib >= 0.11.1 <http://code.google.com/p/html5lib/>
Optional packages:
- pyPDF <http://pybrary.net/pyPdf/>
- PIL <http://www.pythonware.com/products/pil/>
Traceback (most recent call last):
File “<stdin>”, line 1, in <module>
File “/usr/lib/pymodules/python2.5/ho/pisa/__init__.py”, line 16, in <module>
from sx.pisa3.pisa import *
File “/usr/lib/pymodules/python2.5/sx/pisa3/__init__.py”, line 33, in <module>
raise ImportError, “Reportlab Toolkit Version 2.2 or higher needed”
ImportError: Reportlab Toolkit Version 2.2 or higher needed
Хотя.
apt-cache show python-reportlab
….
Replaces: python2.3-reportlab, python2.4-reportlab
html5lib Version: 0.90-1
Спасибо.