Lawouach / WebSocket-for-Python

WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.5.1)
https://ws4py.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
1.12k stars 288 forks source link

Only support Python 3.0+ ? #175

Closed zhangwei900808 closed 9 years ago

zhangwei900808 commented 9 years ago

https://github.com/Lawouach/WebSocket-for-Python/tree/master/example/basic this example only support python 3.0+?

Lawouach commented 9 years ago

It does run fine with Python 2.7.9 actually. Did you get an error?