FS#32067 - [python2-lxml,python-lxml,calibre] cssselect dependency is not installed

Attached to Project: Arch Linux
Opened by Simonas (nagi) - Thursday, 18 October 2012, 16:54 GMT
Last edited by Allan McRae (Allan) - Thursday, 18 October 2012, 22:03 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Importing lxml.cssselect or converting a document via calibre fails with
Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/lxml/cssselect.py", line 16, in <module>
external_cssselect = __import__('cssselect')
ImportError: No module named 'cssselect'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.3/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/



Additional info:
* package version(s)
python2-lxml 3.0-1
python-lxml 3.0-1
calibre 0.9.2-2

Steps to reproduce:
python -c "import lxml.cssselect"
python2 -c "import lxml.cssselect"
1. Add a html document to calibre
2. Convert it to a MOBI with default settings.
This task depends upon

Closed by  Allan McRae (Allan)
Thursday, 18 October 2012, 22:03 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#31857 

Loading...