我是靠谱客的博主 闪闪马里奥,最近开发中收集的这篇文章主要介绍python mysql_[原]在Windows 下安装 MySQL-python 1.2.5,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

引用

D:MySQL-python-1.2.5>python setup.py install

running install

running bdist_egg

running egg_info

writing MySQL_python.egg-infoPKG-INFO

writing top-level names to MySQL_python.egg-infotop_level.txt

writing dependency_links to MySQL_python.egg-infodependency_links.txt

reading manifest file 'MySQL_python.egg-infoSOURCES.txt'

reading manifest template 'MANIFEST.in'

writing manifest file 'MySQL_python.egg-infoSOURCES.txt'

installing library code to buildbdist.win-amd64egg

running install_lib

running build_py

copying MySQLdbrelease.py -> buildlib.win-amd64-2.7MySQLdb

running build_ext

building '_mysql' extension

C:UsersHyphenAppDataLocalProgramsCommonMicrosoftVisual C++ for Python9.

0VCBinamd64cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Dversion_info=(1,2,5

,'final',1) -D__version__=1.2.5 "-IC:Program FilesMySQLMySQL Connector C 6.0.

2include" -IC:Python27include -IC:Python27PC /Tc_mysql.c /Fobuildtemp.win-

amd64-2.7Release_mysql.obj /Zl

_mysql.c

C:Program FilesMySQLMySQL Connector C 6.0.2includeconfig-win.h(203) : warni

ng C4005: 'SIZEOF_OFF_T' : macro redefinition

c:python27includepyconfig.h(345) : see previous definition of 'SIZEOF

_OFF_T'

C:Program FilesMySQLMySQL Connector C 6.0.2includeconfig-win.h(301) : warni

ng C4005: 'HAVE_STDDEF_H' : macro redefinition

c:python27includepyconfig.h(685) : see previous definition of 'HAVE_S

TDDEF_H'

_mysql.c(287) : warning C4244: '=' : conversion from 'Py_ssize_t' to 'int', poss

ible loss of data

_mysql.c(317) : warning C4244: '=' : conversion from 'Py_ssize_t' to 'int', poss

ible loss of data

_mysql.c(470) : warning C4244: 'initializing' : conversion from 'Py_ssize_t' to

'int', possible loss of data

_mysql.c(1168) : warning C4244: '=' : conversion from 'Py_ssize_t' to 'int', pos

sible loss of data

_mysql.c(1274) : warning C4244: '=' : conversion from 'Py_ssize_t' to 'int', pos

sible loss of data

_mysql.c(1466) : warning C4267: '=' : conversion from 'size_t' to 'int', possibl

e loss of data

_mysql.c(1468) : warning C4267: '=' : conversion from 'size_t' to 'int', possibl

e loss of data

_mysql.c(1504) : warning C4267: '=' : conversion from 'size_t' to 'int', possibl

e loss of data

_mysql.c(1506) : warning C4267: '=' : conversion from 'size_t' to 'int', possibl

e loss of data

_mysql.c(1532) : warning C4018: ' buildbdist.win-amd64

eggMySQLdb

creating buildbdist.win-amd64eggMySQLdbconstants

copying buildlib.win-amd64-2.7MySQLdbconstantsCLIENT.py -> buildbdist.win-a

md64eggMySQLdbconstants

copying buildlib.win-amd64-2.7MySQLdbconstantsCR.py -> buildbdist.win-amd64

eggMySQLdbconstants

copying buildlib.win-amd64-2.7MySQLdbconstantsER.py -> buildbdist.win-amd64

eggMySQLdbconstants

copying buildlib.win-amd64-2.7MySQLdbconstantsFIELD_TYPE.py -> buildbdist.w

in-amd64eggMySQLdbconstants

copying buildlib.win-amd64-2.7MySQLdbconstantsFLAG.py -> buildbdist.win-amd

64eggMySQLdbconstants

copying buildlib.win-amd64-2.7MySQLdbconstantsREFRESH.py -> buildbdist.win-

amd64eggMySQLdbconstants

copying buildlib.win-amd64-2.7MySQLdbconstants__init__.py -> buildbdist.win

-amd64eggMySQLdbconstants

copying buildlib.win-amd64-2.7MySQLdbconverters.py -> buildbdist.win-amd64e

ggMySQLdb

copying buildlib.win-amd64-2.7MySQLdbcursors.py -> buildbdist.win-amd64egg

MySQLdb

copying buildlib.win-amd64-2.7MySQLdbrelease.py -> buildbdist.win-amd64egg

MySQLdb

copying buildlib.win-amd64-2.7MySQLdbtimes.py -> buildbdist.win-amd64eggMy

SQLdb

copying buildlib.win-amd64-2.7MySQLdb__init__.py -> buildbdist.win-amd64egg

MySQLdb

copying buildlib.win-amd64-2.7_mysql.pyd -> buildbdist.win-amd64egg

copying buildlib.win-amd64-2.7_mysql_exceptions.py -> buildbdist.win-amd64eg

g

byte-compiling buildbdist.win-amd64eggMySQLdbconnections.py to connections.p

yc

byte-compiling buildbdist.win-amd64eggMySQLdbconstantsCLIENT.py to CLIENT.p

yc

byte-compiling buildbdist.win-amd64eggMySQLdbconstantsCR.py to CR.pyc

byte-compiling buildbdist.win-amd64eggMySQLdbconstantsER.py to ER.pyc

byte-compiling buildbdist.win-amd64eggMySQLdbconstantsFIELD_TYPE.py to FIEL

D_TYPE.pyc

byte-compiling buildbdist.win-amd64eggMySQLdbconstantsFLAG.py to FLAG.pyc

byte-compiling buildbdist.win-amd64eggMySQLdbconstantsREFRESH.py to REFRESH

.pyc

byte-compiling buildbdist.win-amd64eggMySQLdbconstants__init__.py to __init

__.pyc

byte-compiling buildbdist.win-amd64eggMySQLdbconverters.py to converters.pyc

byte-compiling buildbdist.win-amd64eggMySQLdbcursors.py to cursors.pyc

byte-compiling buildbdist.win-amd64eggMySQLdbrelease.py to release.pyc

byte-compiling buildbdist.win-amd64eggMySQLdbtimes.py to times.pyc

byte-compiling buildbdist.win-amd64eggMySQLdb__init__.py to __init__.pyc

byte-compiling buildbdist.win-amd64egg_mysql_exceptions.py to _mysql_exceptio

ns.pyc

creating stub loader for _mysql.pyd

byte-compiling buildbdist.win-amd64egg_mysql.py to _mysql.pyc

creating buildbdist.win-amd64eggEGG-INFO

copying MySQL_python.egg-infoPKG-INFO -> buildbdist.win-amd64eggEGG-INFO

copying MySQL_python.egg-infoSOURCES.txt -> buildbdist.win-amd64eggEGG-INFO

copying MySQL_python.egg-infodependency_links.txt -> buildbdist.win-amd64egg

EGG-INFO

copying MySQL_python.egg-infotop_level.txt -> buildbdist.win-amd64eggEGG-INF

O

writing buildbdist.win-amd64eggEGG-INFOnative_libs.txt

zip_safe flag not set; analyzing archive contents...

creating dist

creating 'distMySQL_python-1.2.5-py2.7-win-amd64.egg' and adding 'buildbdist.w

in-amd64egg' to it

removing 'buildbdist.win-amd64egg' (and everything under it)

Processing MySQL_python-1.2.5-py2.7-win-amd64.egg

Copying MySQL_python-1.2.5-py2.7-win-amd64.egg to c:python27libsite-packages

Adding MySQL-python 1.2.5 to easy-install.pth file

Installed c:python27libsite-packagesmysql_python-1.2.5-py2.7-win-amd64.egg

Processing dependencies for MySQL-python==1.2.5

Finished processing dependencies for MySQL-python==1.2.5

最后

以上就是闪闪马里奥为你收集整理的python mysql_[原]在Windows 下安装 MySQL-python 1.2.5的全部内容,希望文章能够帮你解决python mysql_[原]在Windows 下安装 MySQL-python 1.2.5所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(36)

评论列表共有 0 条评论

立即
投稿
返回
顶部