python - ImportError with gevent and requests async module ...
stackoverflow.com › questions › 10267086May 05, 2012 · I am such a big n00b but anyway, I can try ... ! I guess you can try to change your import list by this one : from requests import async, defaults import requests from lxml import html from urlparse import urlsplit from gevent import monkey import gevent from BeautifulSoup import UnicodeDammit from ZODB.FileStorage import FileStorage from ZODB.DB import DB import transaction import persistent ...