Package Details: vimmpc-git 20101020-1

Package Base: vimmpc-git
Description: MPD controller from within Vim
Upstream URL: http://gavin.brokentrain.net/projects/vimmpc/
Category: multimedia
Licenses: GPL
Submitter: flow
Maintainer: flow
Last Packager: None
Votes: 3
First Submitted: 2010-03-18 23:00
Last Updated: 2010-12-07 13:44

Dependencies (4)

Required by (0)

Sources

Latest Comments

Anonymous comment

2010-12-06 20:11

I am a robot. This is not an official message. You have accidentally tarred up some dotfiles. Examples:
.PKGBUILD.swp
Suggestion: use "makepkg --source". Feel free to disregard this as you would any other comment. This robot will not post here again.

Comment by rnestler

2010-08-22 17:58

OK I've found the missing dependency, it's extra/python-mpd

Comment by rnestler

2010-08-22 17:39

Gives me an error on startup:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/share/vim/vimfiles/plugin/vimmpc.py", line 20, in <module>
import mpd
ImportError: No module named mpd

I've installed python-mpdclient2 (which is listed here http://gavin.brokentrain.net/projects/vimmpc/ but not in the dependency array) but the error still ocours.