jcushman/pdfquery

cssselect/parser.py SelectorSyntaxError on sample code

Closed this issue · 1 comments

Running the sample code I'm getting "SelectorSyntaxError: Expected string or ident" from cssselector/parser.py.

Any clue, what this could be?

('with_parent','LTPage[pageid=1]'),   

was incorrect, it should be:

('with_parent','LTPage[pageid="1"]'),

see here