[pycrypto] Installation terminated with an error "Unable to find vcvarsall.bat"

Dwayne C. Litzenberger dlitz at dlitz.net
Mon Dec 28 02:39:57 CST 2009


On Thu, Dec 17, 2009 at 08:57:18PM +0200, Jonathan Livni wrote:
>What and where is this vcvarsall.bat?

vcvarsall.bat is part of Microsoft's compiler, which I'm told you can 
download at no cost.

Python modules are supposed to be built using the same compiler and stdlib 
as was used to build Python itself.  However, you should be able to use 
mingw32 (which is a Windows port of gcc) for PyCrypto.  That's all I've 
ever tested PyCrypto with on Windows, anyway. :)

-- 
Dwayne C. Litzenberger <dlitz at dlitz.net>
  Key-signing key   - 19E1 1FE8 B3CF F273 ED17  4A24 928C EC13 39C2 5CF7
  Annual key (2009) - C805 1746 397B 0202 2758  2821 58E0 894B 81D2 582E


More information about the pycrypto mailing list