Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cssselect dependency missing from requirements.txt #3

Closed
rerb opened this issue Jan 22, 2013 · 1 comment
Closed

cssselect dependency missing from requirements.txt #3

rerb opened this issue Jan 22, 2013 · 1 comment

Comments

@rerb
Copy link
Contributor

rerb commented Jan 22, 2013

OS X 10.7.5
python 2.7.3

>>> from mincss.processor import Processor
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/rerb/.virtualenvs/mincss/lib/python2.7/site-packages/mincss-0.2-py2.7.egg/mincss/processor.py", line 7, in <module>
    from lxml.cssselect import CSSSelector, SelectorSyntaxError, ExpressionError
  File "/Users/rerb/.virtualenvs/mincss/lib/python2.7/site-packages/lxml/cssselect.py", line 18, in <module>
    raise ImportError('cssselect seems not to be installed. '
ImportError: cssselect seems not to be installed. See http://packages.python.org/cssselect/
@rerb rerb closed this as completed Jan 22, 2013
@rerb
Copy link
Contributor Author

rerb commented Jan 22, 2013

Dupe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant