Possible duplicate:
Error: Could not find vcvarsall.bat
I am trying to install the MySql interface for python, but I have an error (mentioned below). And I know the solution: install Microsoft Visual C ++. Is there an alternative solution besides installing Microsoft Visual C ++? I mean, it really hurt me; why should I install Microsoft Visual C ++ just because itโs a useless and distracting approach from the point of view of the developer to create this single package. Is there an alternative solution to this problem?
MySQL-python-1.2.3c1>setup.py install running install running bdist_egg running egg_info writing MySQL_python.egg-info\PKG-INFO writing top-level names to MySQL_python.egg-info\top_level.txt writing dependency_links to MySQL_python.egg-info\dependency_links.txt reading manifest file 'MySQL_python.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'MySQL_python.egg-info\SOURCES.txt' installing library code to build\bdist.win32\egg running install_lib running build_py copying MySQLdb\release.py -> build\lib.win32-2.6\MySQLdb running build_ext building '_mysql' extension error: Unable to find vcvarsall.bat
I am using Python 2.6 on Windows XP.
python mysql
Switch Feb 16 '10 at 12:23 2010-02-16 12:23
source share