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

Any plans on supporting python2? #9

Open
seanbell opened this issue Sep 4, 2015 · 4 comments
Open

Any plans on supporting python2? #9

seanbell opened this issue Sep 4, 2015 · 4 comments

Comments

@seanbell
Copy link

seanbell commented Sep 4, 2015

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?

@BradNeuberg
Copy link

+1 on this. I'm using this in a Python project and the Python 3 dependency creates alot of awkwardness.

@BradNeuberg
Copy link

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?

@BradNeuberg
Copy link

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?

@BradNeuberg
Copy link

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.

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