Requires logmaker module that does not exist

Issue #2 new
tuxnani created an issue

This is the error mesage, I get everytime I run google_news_crawler :

Traceback (most recent call last): File "/usr/local/bin/google_news_crawler", line 11, in <module> sys.exit(main()) File "/home/----/.local/lib/python2.7/site-packages/google_news_crawler/google_news_crawler.py", line 46, in main setup_logging(args['--log-config']) File "/home/----/.local/lib/python2.7/site-packages/google_news_crawler/google_news_crawler.py", line 37, in setup_logging dictConfig(yaml.load(f)) File "/usr/lib/python2.7/logging/config.py", line 794, in dictConfig dictConfigClass(config).configure() File "/usr/lib/python2.7/logging/config.py", line 576, in configure '%r: %s' % (name, e)) ValueError: Unable to configure handler 'file': Cannot resolve 'main.logmaker': No module named logmaker

Is there any module by name logmaker that needs to installed?

Comments (0)

  1. Log in to comment