-
Notifications
You must be signed in to change notification settings - Fork 121
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
Any plans on supporting python2? #9
Comments
+1 on this. I'm using this in a Python project and the Python 3 dependency creates alot of awkwardness. |
I'd like to take a stab at converting the codebase to Python 2.7. What specific Python3 features do you use so I can see if this is feasible? |
Looking through the code base I actually don't see any Python 3 features actually being used. Does one of the libraries selective search depends on have Python 3 dependencies? |
FYI I've forked selective_search.py and back ported it to Python 2.7; I've also gotten it running on Mac OS X. The fork: https://github.com/BradNeuberg/selective_search_py I can submit this upstream if @belltailjp is interested. |
I haven't looked into the code closely enough to see how easy it would be to port to python2, but I'm curious why you require python3?
The text was updated successfully, but these errors were encountered: