I am using pisa to generate a pdf and it requires html5lib and
reportlab. This all works fine when installed within python27.

I want to move this to the web2py application to make it self
contained. I moved the pisa and reportlab directories into myapp/
modules and everything worked fine. However the html5lib is an "egg"
file even after I run setup it copies the egg file to lib/site-
packages and seems to run the programs from within this rather than
unpacking it. When I moved this to myapp/modules then web2py does not
find the package.

How do I install this within the web2py application?

Reply via email to