samwize / python-email-crawler

Search on Google, and crawls for emails related to the result
292 stars 127 forks source link

Not sure why this is messing up... #20

Open philberhane opened 6 years ago

philberhane commented 6 years ago

Traceback (most recent call last): File "email_crawler.py", line 12, in logging.config.dictConfig(LOGGING) File "C:\Python27\lib\logging\config.py", line 794, in dictConfig dictConfigClass(config).configure() File "C:\Python27\lib\logging\config.py", line 576, in configure '%r: %s' % (name, e)) ValueError: Unable to configure handler 'console': Cannot resolve 'ColorStreamHandler.ColorStreamHandler': No module named _curses

Can anyone help?

philberhane commented 6 years ago

Actually jk lol (I figured out how to install curses) Now it's ValueError: Unable to configure handler 'console': tparm() argument 1 must be string, not None

philberhane commented 6 years ago

I've literally searched and changed every "None" in the code into a string with no results :/