Skip to content
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

Open
naokij opened this issue Oct 17, 2011 · 4 comments
Open

can't get dokuvimki work on MacVim #3

naokij opened this issue Oct 17, 2011 · 4 comments

Comments

@naokij
Copy link

naokij commented Oct 17, 2011

Here is my mac setup:

OS: MacOS X 10.7.2 Lion
MacVim Snapshot 62

Here is how I installed dokuvimki:

git clone git://github.com/chimeric/dokuvimki.git dokuwimki
cp -R dokuvimki/* ~/.vim

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:

DokuVimKi Error: The dokuwikixmlrpc python module is missing!

Then I tried to install the module from here:

git clone git://github.com/chimeric/dokuwikixmlrpc dokuwikixmprpc
cd dokuwikixmprpc
sudo python setup.py install

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.

@kynan
Copy link

kynan commented Mar 3, 2012

Have you check XML-RPC is enabled in your DokuWiki config? By default it is not.

Also you need to call :DokuVimKi once to connect to the wiki before you can run any of the other commands in vim.

@svenn71
Copy link

svenn71 commented Jun 25, 2012

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.

@kynan
Copy link

kynan commented Jun 26, 2012

I fixed a couple of bugs in my fork, feel free to try that. Note that @chimeric no longer maintains this project.

@kynan
Copy link

kynan commented May 23, 2020

@naokij @svenn71 have you installed the most recent versions of dokuwikixmlrpc and dokuvimki?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants