hi
i installed web2py with a script setup-web2py-ubuntu.sh on ubuntu (vps)
in the script, there is installation of reportlab
on windows machine i have put the reportlab in site-packages folder and i
have added some fonts
when i move my application to vps ubuntu server and doing
from reportlab.pdfbase import pdfmetrics
does it import from site-packages or from ubuntu
and
pdfmetrics.registerFont(TTFont('DejaVuSerif', 'DejaVuSerif.ttf'))
does this register font from site-packages?
is it better to put reportlab in site-packages or using one installed on
server
does reportlab work (with fonts) on GAE?
andrej