JazzCore / ctrlp-cmatcher

CtrlP C matching extension
BSD 2-Clause "Simplified" License
207 stars 22 forks source link

compile not generate fuzzycomt.so file but fuzzycomt.cpython-34m.so #29

Closed liuyang1 closed 9 years ago

liuyang1 commented 10 years ago

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?

liuyang1 commented 10 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.

JazzCore commented 9 years ago

Yes, this is known problem, as described in #16, pull requests that will fix it (for most distributions) are welcome