When I add the following line to Google's helloworld example:
from reportlab.pdfgen import canvas
I get the following error:
<type 'exceptions.ImportError'>: No module named reportlab.pdfgen
I can get at the reportlab.pdfgen library from the python console. Why can't I get at it from google's dev_appserver?