>>> from zombie import Browser
>>> b=Browser()
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
b=Browser()
File "/Users/gaurav/Documents/python-zombie/zombie/browser.py", line 24, in __init__
server = ZombieProxyServer()
File "/Users/gaurav/Documents/python-zombie/zombie/proxy/server.py", line 56, in ZombieProxyServer
instances[cls] = cls(*args, **kwargs)
File "/Users/gaurav/Documents/python-zombie/zombie/proxy/server.py", line 107, in __init__
"The proxy server has not replied within 3 seconds."
RuntimeError: The proxy server has not replied within 3 seconds.
知道我哪里出错了吗?