primetang / pyflann

python bindings for FLANN - Fast Library for Approximate Nearest Neighbors.
Other
122 stars 55 forks source link

Added python3 support #6

Open EdsterG opened 7 years ago

EdsterG commented 7 years ago

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

ztzhang commented 7 years ago

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

EdsterG commented 7 years ago

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.