View Single Post
Old 03-12-2016, 03:01 AM   #6
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,691
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by seanos View Post
No problem with cssselect, but I get errors with Pillow.
Code:
ValueError: jpeg is required unless explicitly disabled using --disable-jpeg
That's a known issue. Pillow requires libjpeg and zlib.

Look for the following packages (or similarly named ones) in Synaptic:

Code:
libjpeg8-dev 
zlib1g-dev
Doitsu is offline   Reply With Quote