reassign 764787 mwc thanks On 2014-10-11 07:24, Jörg Frings-Fürst wrote: > I get with installed phyton-cssselect:: > > $ mwc > Traceback (most recent call last): > File "/usr/bin/mwc", line 9, in <module> > from cssselect import GenericTranslator > ImportError: No module named 'cssselect' > $
This is because mwc uses Python 3, but python-csselect is still a Python 2 only module. There is already bug #755031 about it. Either mwc must work with Python 2, or #755031 must be solved and mwc must depend on python3-cssselect. In any case, mwc must be adjusted, I assume. _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

