[reportlab-users] path not working

Michael Porter reportlab-users@reportlab.com
Tue, 6 Apr 2004 13:50:16 +0100


The reference in the .pth file should specify a directory containing
reportlab package, so you need to move reportlab down a level (e.g. into
"c:\reportlab\reportlab") or change your .pth to "c:\".

Mike.


-----Original Message-----
From: reportlab-users-admin@reportlab.com
[mailto:reportlab-users-admin@reportlab.com]On Behalf Of Jason Timms
Sent: 06 April 2004 05:01
To: reportlab-users@reportlab.com
Subject: [reportlab-users] path not working


I'm using Python 2.3 and I've placed a file called reportlab.pth in the
c:\python23 directory that contains the following info:

c:\ReportLab

ReportLab is the final directory (it contains the __init__.py file.)


When I type:

>> import reportlab

I get this error:

Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
ImportError: No module named reportlab

What gives?


Thanks,

Jason