On Ubuntu 10.04 with python 2.6 I had to do:
apt-get install libevent-dev apt-get install python-all-dev easy_install greenlet easy_install gevent
By the way, nice tutorial on Gevent: http://sdiehl.github.com/gevent-tutorial/
On Ubuntu 10.04 with python 2.6 I had to do:
apt-get install libevent-dev apt-get install python-all-dev easy_install greenlet easy_install gevent
By the way, nice tutorial on Gevent: http://sdiehl.github.com/gevent-tutorial/