pyflann icon indicating copy to clipboard operation
pyflann copied to clipboard

Added python3 support

Open EdsterG opened this issue 7 years ago • 2 comments

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

EdsterG avatar Sep 26 '17 21:09 EdsterG

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

ztzhang avatar Oct 02 '17 16:10 ztzhang

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.

EdsterG avatar Oct 02 '17 21:10 EdsterG