Debian wheezy の Mercurial (VIM) +python3.2: ライブラリ関数 PySys_SetArgv をロードできません。

Debian wheezy の Mercurial (VIM) +python3.2: ライブラリ関数 PySys_SetArgv をロードできません。
> ./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

おすすめ記事