Python 用の gevent-websocket (http://www.gelens.org/code/gevent-websocket/) をインストールしようとしていますが、easy_install gevent-websocket を実行すると、「コマンド 'gcc' が終了ステータス 1 で失敗しました」というメッセージが表示されます"。
以下は、ターミナルからの完全な出力です。
tgarv@tommy-Studio-1537:~/Desktop/Code$ sudo easy_install gevent-websocket
install_dir /usr/local/lib/python2.6/dist-packages/
Searching for gevent-websocket
Best match: gevent-websocket 0.3.4
Processing gevent_websocket-0.3.4-py2.6.egg
gevent-websocket 0.3.4 is already the active version in easy-install.pth
Using /usr/local/lib/python2.6/dist-packages/gevent_websocket-0.3.4-py2.6.egg
Processing dependencies for gevent-websocket
Searching for gevent
Reading http://pypi.python.org/simple/gevent/
Reading http://www.gevent.org/
Reading http://gevent.org/
Best match: gevent 0.13.6
Downloading http://pypi.python.org/packages/source/g/gevent/gevent-0.13.6.tar.gz#md5=7c836ce2315d44ba0af6134efbcd38c9
Processing gevent-0.13.6.tar.gz
Running gevent-0.13.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-zChaNp/gevent-0.13.6/egg-dist-tmp-cPxcYh
In file included from gevent/core.c:225:
gevent/libevent.h:9: fatal error: event.h: No such file or directory
compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1
tgarv@tommy-Studio-1537:~/Desktop/Code$
pip install を試みたときにも同じエラーが発生するため、次に何をすべきかについては少しわかりません。出力には、「gevent-websocket 0.3.4 はすでに easy-install.pth のアクティブなバージョンです」と表示されます。これが何を意味するのかはわかりませんが、gevent または geventwebsocket をインポートしようとすると、モジュール存在しません。