-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't get dokuvimki work on MacVim #3
Comments
Have you check XML-RPC is enabled in your DokuWiki config? By default it is not. Also you need to call |
I check the auxillary xmlrpc connection from ipython by importing dokuwikixmlrpc and then set dw_url, dw_user and dw_pass to my values and execute xmlrpc = dokuwikixmlrpc.DokuWikiClient(dw_url, dw_user, dw_pass). When I now run xmlrpc.all_pages, I get the list of all the pages available in my dokuwiki, so the back-end connection should be correct. I, too, get 'Not an editor command: DWhelp' even after running :DokuVimKi in a fresh vim 7.3. There are no messages on stderr. I have once commented out my dw_pass to enforce an error message, and that one was indeed issued. |
@naokij @svenn71 have you installed the most recent versions of dokuwikixmlrpc and dokuvimki? |
Here is my mac setup:
OS: MacOS X 10.7.2 Lion
MacVim Snapshot 62
Here is how I installed dokuvimki:
then I updated my .vimrc file and added all necessary lines, the detect part and user & pass part.
When I launch MacVim I got this error below:
Then I tried to install the module from here:
But after that things get worser. I didn't get any error message and DWhelp command didn't work. "Not an editor command" when I try to use DWhelp.
Please advise. Thanks.
The text was updated successfully, but these errors were encountered: