Closed liuyang1 closed 9 years ago
I find reason. my vim only compile with python2 support, otherwise my python default version is 3.4. so ... add version checking in install.sh, I think that't better. Simply modify to python2 should fix most condition, but will be worse on python3-only env.
Yes, this is known problem, as described in #16, pull requests that will fix it (for most distributions) are welcome
env: archlinux 64bit newest code.
python setup.py build, generate fuzzycomt.cpython-34m.so file, but no fuzzycomt.so. and I try to copy it to autoload dir, but not works.
anything wrong?