<div>Hi,</div>
<div>I am newly learning twisted use it in my development projects. I installed twisted in my machine imported the reactor from twisted.internet.</div>
<div>&nbsp;</div>
<div>But I got an error stating internet.protocol is not present.</div>
<div>&nbsp;</div>
<div>Traceback (most recent call last):<br>&nbsp; File &quot;&lt;pyshell#2&gt;&quot;, line 1, in -toplevel-<br>&nbsp;&nbsp;&nbsp; from twisted.internet import reactor<br>&nbsp; File &quot;C:\Python24\Scripts\twisted.py&quot;, line 1, in -toplevel-
<br>&nbsp;&nbsp;&nbsp; from twisted.internet.protocol import protocol<br>ImportError: No module named internet.protocol</div>
<div>&nbsp;</div>
<div>I am not sure as the necessary paths are in the PYTHONPATH as well. Please help me to resolve this issue.</div>
<div>&nbsp;</div>
<div>Thank you for your support.</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Sai</div>