This site is an archive; learn more about 8 years of OpenHatch.

[OH-Dev] Unable to run oh-bugimporters

Asheesh Laroia lists at asheesh.org
Sun Jan 12 19:56:36 UTC 2014


Hi Moses! Excited that you're looking into this.

Did you follow the install instructions at
http://oh-bugimporters.readthedocs.org/en/latest/intro.html#installation
? It seems not, because you mention easy_install, and the instructions
don't mention easy_install.

Let us know if you can retry while following the above link, and how
that turns out!

On Sun, Jan 12, 2014 at 10:04 AM, moses dsouza <moijes12 at gmail.com> wrote:
> 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.
>
> _______________________________________________
> Devel mailing list
> Devel at lists.openhatch.org
> http://lists.openhatch.org/mailman/listinfo/devel
>


More information about the Devel mailing list