I have a problem when I try to open a program I get this error message:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from twisted.internet import protocol, reactor
ImportError: No module named twisted.internet
Why does it happen and what can I do to solve this problem?