How to add django modules to pydiction dictionary?
- by speck
I'm trying to use pydiction to autocomplete Python/Django statements in VIM Editor.
When I try to add django modules to complete-dic using this:
python pydiction.py /usr/lib/pymodules/python2.6/django
or:
python pydiction.py /usr/lib/pymodules/python2.6/django/__init__.py
I receive this error:
Couldn't import: (...). Import by filename is not supported.
Thanks!
Pydiction: http://www.vim.org/scripts/script.php?script_id=850