winexe 1.00 をインストールしているときに、[winexe-1.00/source4/]./configure の後に次のメッセージが表示されました。
checking for python2.6... /usr/local/bin/python2.6
checking for python2.6-config... /usr/local/bin/python2.6-config
checking working python module support... no
configure: error: Python not found. Please install Python 2.x and its development headers/libraries.
しかし、Python 2.6 と 2.7 の両方をインストールしました。何が問題なのかわかりませんでした。
答え1
yum または apt 経由で Python をインストールするだけです:
apt-get install python-all-dev