Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

socket.AI_ADDRCONFIG not supported on Windows XP #287

Closed
l-hedgehog opened this issue Jun 23, 2011 · 0 comments
Closed

socket.AI_ADDRCONFIG not supported on Windows XP #287

l-hedgehog opened this issue Jun 23, 2011 · 0 comments

Comments

@l-hedgehog
Copy link

When trying tornado 2.0 on Windows XP SP3 + Python 2.5.2, it will report

File "C:\Python25\Lib\site-packages\tornado\httpserver.py", line 187, in bind
0, socket.AI_PASSIVE | socket.AI_ADDRCONFIG):
AttributeError: 'module' object has no attribute 'AI_ADDRCONFIG'

It is said that "The AI_ADDRCONFIG flag is defined on the Windows SDK for Windows Vista and later. The AI_ADDRCONFIG flag is supported on Windows Vista and later." at [MSDN](http://msdn.microsoft.com/en-us/library/ms738520(v=vs.85\).aspx)

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants