vim-phpunitqf icon indicating copy to clipboard operation
vim-phpunitqf copied to clipboard

Throws vim error in Ubuntu 16.04

Open marcusboon opened this issue 9 years ago • 2 comments

Launching this on Ubuntu 16.04 gives me this error:

Error detected while processing /home/marcus/.vim/bundle/vim-phpunitqf/plugin/vim-phpunitqf.vim: line 30: E319: Sorry, the command is not available in this version: pyfile /home/marcus/.vim/bundle/vim-phpunitqf/plugin/phpunit.py Press ENTER or type command to continue

It works everywhere else (Mac OS, Ubuntu 12.04, RHEL). Note, I am using vim-nox instead of the default vim-tiny.

marcusboon avatar Dec 06 '16 00:12 marcusboon

Same error on debian sid

holic-cl avatar Oct 21 '17 03:10 holic-cl

I imagine you guys are aware at this point, but it's because you're missing python2 support, on which this plugin seems to be dependent. You can do "vim --version | grep python" and you'll probably see -python and +python3. Getting +python in there would solve it, but from what I gather that's a bit of a pain in the arse on debian/ubuntu. Easier probably to compile from source and run from local dir. I may do the same.

jrebs avatar Apr 08 '18 03:04 jrebs