1,151 questions
3
votes
2
answers
11k
views
Attempting to use gevent library in Python: "ImportError: cannot import name core"
I'm attempting to use the gevent library in a Python app I'm writing. However, both easy_install and installing it manually appears to be failing. Any suggestions?
Python 2.6.2 (r262:71600, Aug 5 ...