Re: [BangPypers] Fwd: Help!!! Python/Django & WKHTMLTOPDF

2015-06-05 Thread Gora Mohanty
Hi, This is really not on-topic for this list, but the error is most likely because wkhtmltopdf is not in your path. Try using the WKHTMLTOPDF_CMD = '/path/to/my/wkhtmltopdf' setting for django-wkhtmltopdf package Regards, Gora On 5 June 2015 at 15:03, Sunil Gupta wrote: > Hi All, > > We are

[BangPypers] Fwd: Help!!! Python/Django & WKHTMLTOPDF

2015-06-05 Thread Sunil Gupta
Hi All, We are facing the problem of creating the HTML to PDF in ubuntu.The package wkhtmltopdf is working fine on windows but when we integrated my code onto ubuntu its throwing errors. Any pointers would be a great help. Traceback (most recent call last): File "./apps/common/views.py", line 7