I use ubuntu 11.10 with Python 2.7.2 I try to use eventlet or Concurrence, but simple examples fails with "segmentation fault" I read this is a greenlet problem, but don't know how to fix this? plese help.

link|improve this question

70% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Try greenlet from https://bitbucket.org/snaury/greenlet

Update: The fixes from the above repo are included in the new 0.3.2 release of greenlet: http://pypi.python.org/pypi/greenlet

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.