Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 compatibility #19

Open
sffc opened this issue Nov 2, 2017 · 1 comment
Open

Python 3 compatibility #19

sffc opened this issue Nov 2, 2017 · 1 comment

Comments

@sffc
Copy link
Collaborator

sffc commented Nov 2, 2017

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.

@brawer
Copy link
Collaborator

brawer commented Dec 27, 2017

Want to make a pull request to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants