I&#39;m trying to use easy_install to load twisted, but I keep getting the following error about not being able to find &quot;vcvarsall.bat&quot;. As you can see, I have the .bat and it&#39;s in the PATH. I have Visual Studio C++ Express installed, and googled a bunch of references to similar easy_install problems; several suggested installing MingW32&#39;s compiler. I tried that, which got rid of the vcvarsall message, but came up with a stack of fatal compile errors.<br>

<br>Any suggestions as to what I might be doing wrong with the installation most welcome.<br>Thanks,<br>Ken<br>================================================================================<br>C:\Python26\Lib\distutils&gt;vcvarsall.bat<br>

Setting environment for using Microsoft Visual Studio 2010 x86 tools.<br><br>C:\Python26\Lib\distutils&gt;easy_install twisted<br>install_dir c:\python26\Lib\site-packages\<br>Searching for twisted<br>Reading <a href="http://pypi.python.org/simple/twisted/">http://pypi.python.org/simple/twisted/</a><br>

Reading <a href="http://twistedmatrix.com/">http://twistedmatrix.com/</a><br>Reading <a href="http://tmrc.mit.edu/mirror/twisted/Twisted/10.0/">http://tmrc.mit.edu/mirror/twisted/Twisted/10.0/</a><br>Reading <a href="http://tmrc.mit.edu/mirror/twisted/Twisted/9.0/">http://tmrc.mit.edu/mirror/twisted/Twisted/9.0/</a><br>

Reading <a href="http://www.twistedmatrix.com">http://www.twistedmatrix.com</a><br>Reading <a href="http://twistedmatrix.com/products/download">http://twistedmatrix.com/products/download</a><br>Reading <a href="http://twistedmatrix.com/projects/core/">http://twistedmatrix.com/projects/core/</a><br>

Reading <a href="http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/">http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/</a><br>Reading <a href="http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/">http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/</a><br>

Best match: Twisted 10.2.0<br>Downloading <a href="http://tmrc.mit.edu/mirror/twisted/Twisted/10.2/Twisted-10.2.0.tar.b">http://tmrc.mit.edu/mirror/twisted/Twisted/10.2/Twisted-10.2.0.tar.b</a><br>z2#md5=73da62c793269eade8121da336b01ba5<br>

Processing Twisted-10.2.0.tar.bz2<br>Running Twisted-10.2.0\setup.py -q bdist_egg --dist-dir c:\users\kmacdo~1\appdat<br>a\local\temp\easy_install-dip2sj\Twisted-10.2.0\egg-dist-tmp-ctzrhl<br><b>error: Setup script exited with error: Unable to find vcvarsall.bat<br>

</b><br>C:\Python26\Lib\distutils&gt;<br>