Bad version of python-clang in file cindex.py
Bug #1383737 reported by
Jaroslaw
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
llvm-toolchain-3.4 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I have error:
LibclangError: libclang-3.3.so: cannot open shared object file: No such file or directory. To provide a path to libclang use Config.
In file:
/usr/lib/
In class Config we have function get_filename(self) , in this function in the last "else" is:
file = 'libclang-3.3.so'
I must improved version of libclang from 3.3 to 3.4.
The line where is this error - 3361
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.