Are there any Python 2.4 compatible websocket client libraries?
Websocket For Python requires python 2.7
Autobahn requires python 2.5 (via twisted)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think the last version of Twisted that supported Python 2.4 was 11.1.
You might just try if that works with Autobahn .. could. I did not try.
That being said, really .. upgrade your Py.