vheon / JediHTTP

Simple http wrapper around jedi
Apache License 2.0
40 stars 9 forks source link

Can't find jedihttp in the project #55

Closed RobertK83 closed 6 years ago

RobertK83 commented 6 years ago

I want to start jedi but no such file... python /path/to/JediHTTP/jedihttp.py

Maybe I'm blind :/

micbou commented 6 years ago

You are supposed to start JediHTTP like this (the last / can be omitted):

python /path/to/JediHTTP/jedihttp/

Note that JediHTTP is probably not going to be maintained anymore as YCM dropped its use in PR https://github.com/Valloric/ycmd/pull/1028 (I am saying probably because @vheon is the project's author and that's up to him to decide if he still want to maintain it or not).