lyuts / vim-rtags

Vim bindings for rtags, llvm/clang based c++ code indexer.
BSD 2-Clause "Simplified" License
282 stars 56 forks source link

vim8 can't work #94

Closed linswordking closed 6 years ago

linswordking commented 6 years ago

Error detected while processing function rtags#InitPython:

line 9:

Traceback (most recent call last):

File "", line 6, in

File "C:\Users\Administrator\.cache\vimfiles\re pos\github.com\lyuts\vim-rtags\plugin\vimrtags .py", line 7, in

logging.basicConfig(filename='/tmp/vim-rtags-p

ython.log',level=logging.DEBUG)

File "C:\Python27\Lib\logging__init__.py", line 1547, in basicConfig

hdlr = FileHandler(filename, mode)

File "C:\Python27\Lib\logging__init__.py", line 913,

pangchol commented 6 years ago

this cause by "/tmp/vim-rtags-p" , the windows has not the "/tmp" dir, you can delete the "/tmp/" to let the log file in current dir or other dir is exist in windows. By the way, I just, using rtags in linux, have you already config the rtags compatable with windows? is every thing ok? if true, could you write a course on the internet to teach us.

linswordking commented 6 years ago

it works, thanks~