@@ -24,13 +24,12 @@ # disable use pq = None config.conf.pyquery = False # error hint - print("LXML is missing\n", e) - print("\n") - print("Please install the packages python-lxml and python-pyquery from your distributions software manager.\n") + config.log.ERR("LXML is missing\n", e) + config.log.ERR("Please install the packages python-lxml and python-pyquery from your distributions software manager.\n") # let's invoke packagekit? """ try: