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.
Search Criteria
Package Details: vimmpc-git 20101020-1
Package Actions
| Package Base: | vimmpc-git |
|---|---|
| Description: | MPD controller from within Vim |
| Upstream URL: | http://gavin.brokentrain.net/projects/vimmpc/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | flow |
| Maintainer: | flow |
| Last Packager: | None |
| Votes: | 3 |
| First Submitted: | 2010-03-18 23:00 |
| Last Updated: | 2010-12-07 13:44 |
Latest Comments
Anonymous comment
Comment by rnestler
OK I've found the missing dependency, it's extra/python-mpd
Comment by rnestler
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.