corpuscrawler icon indicating copy to clipboard operation
corpuscrawler copied to clipboard

Python 3 compatibility

Open sffc opened this issue 8 years ago • 1 comments

When attempting to run corpuscrawler in Python 3, I get the error:

ImportError: No module named 'mimetools'

It would be good to support Python 3.

When running in Python 2, I get this other error:

AttributeError: 'module' object has no attribute 'SSLContext'

which apparently happens because that function was backported very recently to Python 2.

sffc avatar Nov 02 '17 07:11 sffc

Want to make a pull request to fix it?

brawer avatar Dec 27 '17 11:12 brawer