Here is the installer that i used: <a class="ext-link" href="http://tmrc.mit.edu/mirror/twisted/Twisted/8.0/Twisted_NoDocs-8.0.1.win32-py2.5.exe"><span class="icon">Twisted 8.0.1 for Python 2.5</span></a> (for Windows). I browse through the &quot;C:\Python25\Lib\site-packages&quot; folder to make sure that the twisted library is installed. And they are. I can go to &quot;C:\Python25\Lib\site-packages\twisted\web&quot; and find client.py file. It seems that Python unable to find the path for importing the twisted module when it is compiling. So I double check the PATH on the environment variables to make sure the path is correctly in there (i.e. ; C:\Python25), and it is set correctly there. So I am pretty confused. Any suggestions are welcomed.<br>
<br>-Ben<br><br><div class="gmail_quote">On Mon, Apr 21, 2008 at 2:22 PM, Jean-Paul Calderone &lt;<a href="mailto:exarkun@divmod.com">exarkun@divmod.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Mon, 21 Apr 2008 14:14:59 -0400, Ben &lt;<a href="mailto:nebpro@gmail.com" target="_blank">nebpro@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I used the installer from the <a href="http://twistedmatrix.com/trac/" target="_blank">http://twistedmatrix.com/trac/</a>., and I am<br>
running on Windows XP platform.<br>
</blockquote>
<br></div>
Which installer? &nbsp;There&#39;s more than one. &nbsp;If you used the Twisted Core<br>
installer, then you don&#39;t have such things as twisted.web. &nbsp;Try the full<br>
Twisted installer instead, which includes all of Twisted instead of only<br>
some of Twisted. &nbsp;The subproject installers, such as the one for Twisted<br>
Core, are only useful if you know exactly which subset of Twisted you&#39;re<br>
using and have a low-storage environment, where you can&#39;t afford to have<br>
all of Twisted.<br><font color="#888888">
<br>
Jean-Paul</font><div><div></div><div class="Wj3C7c"><br>
<br>
_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com" target="_blank">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
</div></div></blockquote></div><br>