[OH-Dev] Unable to run oh-bugimporters
moses dsouza
moijes12 at gmail.com
Sun Jan 12 18:04:17 UTC 2014
Hi
I downloaded the source from github. Then I've installed libxml2, libxslt
(easy_install lxml) and python-dev. I have also installed cssselect. But,
when I run ./bootstrap.sh, it fails with the below error
env/local/lib/python2.7/site-packages/lxml/html/__init__.py:290:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _
"""
import sys
from lxml import etree
## Work-around the lack of absolute import in Python 2.4
#from __future__ import absolute_import
#from cssselect import ...
try:
external_cssselect = __import__('cssselect')
except ImportError:
> raise ImportError('cssselect seems not to be installed. '
'See http://packages.python.org/cssselect/')
E ImportError: cssselect seems not to be installed.
See http://packages.python.org/cssselect/
env/local/lib/python2.7/site-packages/lxml/cssselect.py:18: ImportError
---------- generated xml file: /home/moses/oh-bugimporters/report.xml
----------
====================== 2 failed, 2 passed in 0.38 seconds
======================
I am trying to get this to work so that I can load some projects and bugs
into my local site to work. Please help.
Any help will be appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openhatch.org/pipermail/devel/attachments/20140112/b63f0a93/attachment.html>
More information about the Devel
mailing list