在linux下Sublime 的Clang插件没法工作,提示错误:Unfortunately ctypes can’t be imported, so SublimeClang will not work.
source " pythonbrew install --configure="--enable-unicode=ucs4" 2.6 HOME/.pythonbrew/pythons/Python-2.6/lib/python2.6/ /lib/python2.6
cd mkdir build && cd build make
搞定!
PS.要用Python2.6版本的。如果不是请注意。
0 Comments