Re: Generating pdf from html using Pisa

2013-02-20 Thread Adam Stein
In myview(), you are setting "mylist" to results but I don't see results defined in myview() anywhere. On Thu, 2013-02-21 at 00:35 +0530, Satinderpal Singh wrote: > I am trying to produce pdf from html using the following code, but > unable to do so, it gives an error that, global name 'results' i

Re: Generating pdf from html using Pisa

2013-02-20 Thread Bill Freeman
The pisa pypi entry suggests that you switch to xml2pdf: https://pypi.python.org/pypi/xhtml2pdf On Wed, Feb 20, 2013 at 2:05 PM, Satinderpal Singh < satinder.goray...@gmail.com> wrote: > I am trying to produce pdf from html using the following code, but > unable to do so, it gives an error that,