Постройте плавную линию с помощью PyPlot

Я пытаюсь установить Mysql-python на windows x64 .

Я установил python x64 , setuptools (проверено на листе lib, успешно установлено), но я не могу установить mysqldb . Я пытаюсь выполнить

C: \ Users \ Fedcomp \ Desktop \ leaf-0.4 \ MySQL-python-1.2.3> python setup.py install

, но ловите это

In file included from _mysql.c:34:
D:\servers\xampp_server\xampp\mysql\include/config-win.h:211:1: warning: "finite
" redefined
D:\servers\xampp_server\xampp\mysql\include/config-win.h:164:1: warning: this is
 the location of the previous definition
D:\servers\xampp_server\xampp\mysql\include/config-win.h:277:1: warning: "HAVE_S
TDDEF_H" redefined
In file included from D:\Python27\include/Python.h:8,
                 from pymemcompat.h:10,
                 from _mysql.c:29:
D:\Python27\include/pyconfig.h:673:1: warning: this is the location of the previ
ous definition
error: command 'gcc' failed with exit status 1

, также пытаясь с помощью msvc, но ловите это (установлен MS Visual Express)

C:\Users\Fedcomp\Desktop\leaf-0.4\MySQL-python-1.2.3>python setup.py install bui
ld --compiler=msvc
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'
warning: no files found matching 'MANIFEST'
warning: no files found matching 'ChangeLog'
warning: no files found matching 'GPL'
writing manifest file 'MySQL_python.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_py
copying MySQLdb\release.py -> build\lib.win-amd64-2.7\MySQLdb
running build_ext
building '_mysql' extension
error: Unable to find vcvarsall.bat

Как правильно установить mysqldb на windows x64? (заголовки из исходной установки mysql, потому что в сервера xampp их не существует)

Или может кто-нибудь скомпилировать mysqldb для windows python x64 или python x86 ?

18
задан Fedcomp 12 March 2011 в 17:34
поделиться