I was trying to install and use Gevent in Python3.4 after successfully using it with Python2.7. However using Python 3 I am getting a error at import itself. Is it not supported still in python3?
Using gcc 4.9 and installed using pip3 install gevent.
import gevent
File "/usr/local/lib/python3.4/dist-packages/gevent/__init__.py", line 41, in <module>
from gevent.hub import get_hub, iwait, wait
File "/usr/local/lib/python3.4/dist-packages/gevent/hub.py", line 289
except Exception, ex: