Tuesday, October 8, 2013

Python: error: Unable to find vcvarsall.bat

This error happens when you try to setup a new module but you don't have a C compiler installed on your system.
If you don't want to spend time and waste disk space installing a C compiler or if you don't how to install one, an easier solution would be to download a pre-compiled module from here

http://www.voidspace.org.uk/python/modules.shtml

No comments:

Post a Comment