-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This problem occurs when I run :UBList
Following all steps described here: http://0x3f.org/blog/ultrablog-as-an-ultimate-vim-blogging-plugin/, I get the following error:
Se ha detectado un error al procesar :
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/user/.vim/bundle/UltraBlog.vim/plugin/ultrablog/commands.py", line 28, in __check
# Module 'commands'
File "/home/user/.vim/bundle/UltraBlog.vim/plugin/ultrablog/util.py", line 623, in ub_echoerr
vim.error: Vim(echoerr):No more posts found !
Following the steps described here: http://0x3f.org/blog/ultrablog-v361-released/, I get the following error:
Se ha detectado un error al procesar :
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/user/.vim/bundle/UltraBlog.vim/plugin/ultrablog/commands.py", line 28, in __check
ub_echoerr(e.message)
File "/home/user/.vim/bundle/UltraBlog.vim/plugin/ultrablog/util.py", line 623, in ub_echoerr
vim.command(cmd)
vim.error: Vim(echoerr):Cannot initiate API !
In my computer I have installed the requirements:
- Vim with python2 support
- SQLAlchemy 0.8.5 for python2
- python-markdown for python2
- pandoc
What is wrong?
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels