%20%2Bpython3.2%3A%20%EB%9D%BC%EC%9D%B4%EB%B8%8C%EB%9F%AC%EB%A6%AC%20%ED%95%A8%EC%88%98%20PySys_SetArgv%EB%A5%BC%20%EB%A1%9C%EB%93%9C%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
> ./configure --enable-python3interp=dynamic --enable-gui=gtk2
> --with-python3-config-dir=/usr/lib/python3.2/
make
vim --version|grep pyth
+cryptv +linebreak -python +viminfo
-cscope +lispindent +python3/dyn +vreplace
하지만 다음과 같이 하면: :python3 print('hi') 다음과 같은 결과를 얻습니다.
E448: Could not load library function PySys_SetArgv
E263: Sorry, this command is disabled, the Python library could not be loaded.
답변1
줄의 후행 "/"를 제거하여 이 문제를 해결했습니다.'--with-python3-config-dir=/usr/lib/python3.2/'
이와 같이:--with-python3-config-dir=/usr/lib/python3.2