Running a twisted sample script on Python 3.7 (macOS) raises exception
问题 I'm tryign to have twisted 19.7.0 running on macOS Catalina 10.15.1 with Python 3.7.5 . I choose the chat sample to verify if it works (see source chat.py in https://twistedmatrix.com/documents/current/core/howto/servers.html). Following documentation I've installed twisted using virtualenv . I start the script and then I test it with telnet : telnet 127.0.0.1 8123 It follows the stacktrace: Unhandled Error Traceback (most recent call last): File "/Users/giacomo/.virtualenvs/twisted-samples