sensiblecodeio / scraperwiki-python

ScraperWiki Python library for scraping and saving data
https://scraperwiki.com
BSD 2-Clause "Simplified" License
159 stars 69 forks source link

Needs to require lxml on install #16

Closed beauvais closed 11 years ago

beauvais commented 11 years ago

If installing fresh (e.g. pip install scraperwiki), without lxml already installed, you will get an error:

File "dumptruck/dumptruck.py", line 28, in import lxml.etree

frabcus commented 11 years ago

Fixed I think - please check!