[reportlab-users] Installation Problems

Robin Becker reportlab-users@reportlab.com
Thu, 08 Jul 2004 14:46:06 +0100


Jody Burgess wrote:

> Hi;
> 	I am having some problems with the installation of the ReportLab tools.
> 
> When running the test_pdfgen_general program, as described in the user
> guide, I get the following error. I have set up my paths correctly and
> create the reportlab.pth file in my python home directory.
> 
> ImportError: No module named reportlab.test
> 
> Please let me know what if need anything other that what is in the
> downloadable zipfile.
> 
> Thanks.
> Jody Burgess ISP
> Systems Analyst
> Seward Consulting Ltd.
> 780.702.5103
> jody.burgess@sewardconsulting.com
> 
Can you try from the python prompt
import reportlab

if that fails

import sys
print sys.path

The sys.path should contain a folder that contains the top level reportlab folder.

If none of the above satisfies; which zip did you download?
-- 
Robin Becker