pyflann
pyflann copied to clipboard
Added python3 support
This should resolve issue #1 while keeping backwards compatibility with python 2.6+
pyflann/util/weave_tools.py", line 168: missing parentheses for print.
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.