[reportlab-users] Generic mod_python error when returning pdf
Simone Dalmasso
simone.dalmasso at gmail.com
Tue Oct 13 09:28:23 EDT 2009
Thank you! It solved, was an I/O error because mod_python look in a
different folder path, using an absolute path instead ov relative fixes the
issue.
Thanks again.
Simone
2009/10/13 Andy Robinson <andy at reportlab.com>
> 2009/10/13 Simone Dalmasso <simone.dalmasso at gmail.com>:
> > TemplateDoesNotExist: 500.html
> >
> > I have't designed the 550 error template yet. But anyway it isn't so
> useful
> > I think. Trying to execute the method through the python shell it doesn't
> > raise any exceptions and it returns an HttpResponse object. So I think
> that
> > the error occurs when django tries to send the response to the client.
> Maybe
> > some issues between django and mod_python?
>
>
> We've had this too when first setting up production apps. It's
> trying to display the 'underlying' error but failing because no
> template exists. If you implement this template, or set DEBUG=True in
> settings.py, it might tell you what the underlying error is with your
> PDF generation.
>
> Usually one gets bitten with things like writing to files or
> directories (the current working directory may be different under
> mod_python and development) or important (or failing to import) needed
> libraries because the path is different.
>
> Good luck,
>
> Andy
> _______________________________________________
> reportlab-users mailing list
> reportlab-users at lists2.reportlab.com
> http://two.pairlist.net/mailman/listinfo/reportlab-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20091013/3a1e694a/attachment.html>
More information about the reportlab-users
mailing list