[reportlab-users] Problem running test_pdfgen_general.py

Pongskorn (Ko) Saipetch reportlab-users@reportlab.com
Tue, 12 Oct 2004 21:29:04 +0700


Hi All,

I downloaded ReportLab and unzip the archive into c:\reportlab-1_19
and made a reportlab.pth file in the c:\python23 directory like in the  
instruction.

I also installed PIL and successfully import PIL in the python interactive  
environment.

However, when I tried to run the test_pdfgen_general.py test for  
reportlab, I got
the following error:

C:\reportlab-1_19\reportlab\test>python test_pdfgen_general.py
Traceback (most recent call last):
   File "test_pdfgen_general.py", line 18, in ?
     from reportlab.lib.utils import haveImages
ImportError: cannot import name haveImages

Do you have any suggestion where I should look/fix things?

Thank you,
Ko