gevent がこのエラーをスローするのはなぜですか? ipython、ubuntu 13で実行する
In [1]: from gevent import monkey
In [2]: monkey.patch_all()
In [3]: The history saving thread hit an unexpected error (NotImplementedError('gevent is only usable from a single thread',)).History will not be written to the database.
In [3]: