My app is hosted on apache using mod_python.
On Apr 22, 2:30 pm, Tom Evans <[email protected]> wrote: > On Thu, Apr 22, 2010 at 12:19 PM, Florin <[email protected]> wrote: > > Hi! > > > I use pisa to generate large pdf files, but it gives opage timeout > > when generating. > > It waits a long time at the following line: > > pdf = pisa.pisaDocument(StringIO(html.encode("UTF-8")), dest=buffer, > > link_callback=fetch_resources) > > > As a workaround - is it possible to increase the page timeout to see > > if it generates the pdf and how long it takes? > > > Thanks! > > Yes; it depends on how you are hosting your django app. > > Cheers > > Tom > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/django-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

