I installed tornado 1.2.1 with python2.6. I run my app, but get this traceback message. what's the problem ?
Traceback (most recent call last):
File "bookkeeper_http.py", line 445, in <module>
main()
File "bookkeeper_http.py", line 440, in main
http_server.listen(options.port)
File "/usr/lib/python2.6/site-packages/tornado-1.2.1-py2.6.egg/tornado/httpserver.py", line 160, in listen
self.bind(port, address)
File "/usr/lib/python2.6/site-packages/tornado-1.2.1-py2.6.egg/tornado/httpserver.py", line 186, in bind
sock = socket.socket(af, socktype, proto)
File "/usr/lib64/python2.6/socket.py", line 182, in __init__
_sock = _realsocket(family, type, proto)
socket.error: [Errno 97] Address family not supported by protocol