error no module TCP4…. found.
both on windows and ubuntu 10.04..
do i need to install anything new.
I tried to copy endpoints.py to a directory. but not worked
error no module TCP4…. found. both on windows and ubuntu 10.04.. do i need
Share
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.
Ubuntu 10.04 includes Twisted 10.0.0, but the
twisted.internet.endpointsmodule was introduced in Twisted 10.1.0. You can find more recent versions on the twistedmatrix.com or the PYPI Twisted project page.Once you have a more recent version installed, here is the import path to the TCP4ServerEndpoint class: