BottlePy和GEVENT的SSL错误

时间:2016-03-02 12:51:41

标签: python azure ssl gevent

我需要一个尽可能快的Python Web服务器。 我找到了BottlePy,并将默认服务器更改为Gevent,以便更快。 但现在,当我尝试将图像发送到Azure Blob时,我收到此错误:

  

TypeError:__ init __()得到了一个意外的关键字参数'server_hostname'

enter image description here

任何人都可以帮助我吗?

由于

1 个答案:

答案 0 :(得分:1)

这是一个gevent bug: https://groups.google.com/forum/#!searchin/gevent/ssl/gevent/olkwX4jUUlU/_OJECy1ppYIJ

修复它安装最后一个版本(gevent-1.1rc5)

sudo pip install --pre gevent --upgrade

最后一个是Release Candidate,那么你需要--pre个参数。 https://groups.google.com/forum/#!topic/gevent/5mXt5w2kukE