20 Apr
2017
20 Apr
'17
11:57 p.m.
This may not be relevant to Ubuntu, but I was able to get a working xhtml2pdf on Debian Jessie using this: apt-get install python-pip python-dev pip install xhtml2pdf Before figuring this out, I tried using 'easy_install pisa', but xhtml2pdf complained about missing dependencies and I was too lazy to figure out how to install them. One thing I discovered during this head-scratching phase was that easy_install has been deprecated, and pip is used nowadays, which led me to the above solution.