ImportError: No module named 'lxml'

Issue #47 invalid
Former user created an issue

When i run ./grabber.py i am returned with this

Traceback (most recent call last): File "delx-webdl-4f56fa3c6862/grabber.py", line 3, in <module> from common import load_root_node, natural_sort File "/home/hugh/delx-webdl-4f56fa3c6862/common.py", line 7, in <module> import lxml.etree ImportError: No module named 'lxml'

Comments (1)

  1. Log in to comment