python - how to solve traceback error in pdfquerey -


i'm getting following error when try try execute tests.py in pdfquery

traceback (most recent call last):   file "c:\workspace-php\test\pdfminer\pdfminer\tests.py", line 2, in <module>     import pdfquery   file "c:\workspace-php\test\pdfminer\pdfminer\pdfquery.py", line 19, in <module>     pyquery import pyquery   file "c:\workspace-php\test\pdfminer\pdfminer\pyquery.py", line 6, in <module>     cssselectpatch import jquerytranslator   file "c:\workspace-php\test\pdfminer\pdfminer\cssselectpatch.py", line 7, in <module>     cssselect import xpath cssselect_xpath importerror: no module named cssselect 

any body know causes error.

you not solution traceback error. error @ bottom.

importerror: no module named cssselect 

the error suggests python interpreter not find cssselect library on system. if library not installed on machine, install per instructions here


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -