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

Added python3 support #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added python3 support #6

wants to merge 1 commit into from

Conversation

EdsterG
Copy link

@EdsterG EdsterG commented Sep 26, 2017

This should resolve issue #1 while keeping backwards compatibility with python 2.6+

@ztzhang
Copy link

ztzhang commented Oct 2, 2017

pyflann/util/weave_tools.py", line 168:
missing parentheses for print.

@EdsterG
Copy link
Author

EdsterG commented Oct 2, 2017

scipy.weave is deprecated and no version of weave exists for python3. Even if I add parentheses for the print statement, in its current state weave_tools.py will never be used with python3.

The functionality provided by weave_tools.py should be rewritten in a way that supports python3.

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

Successfully merging this pull request may close these issues.

2 participants