方倍技术 发表于 2013-1-1 22:35:08

python3操作mysql教程

<div id="cnblogs_post_body">一、下载\安装\配置
1. python3
Python3下载网址:http://www.python.org/getit/
当前最新版本是python3.2,下载地址是
http://www.python.org/ftp/python/3.2.3/python-3.2.3.msi
安装过程就不用说了,默认安装到C:\Python32目录中。

安装好后,将安装目录C:\Python32添加到环境变量中。然后打开命令提示符窗口,输入python,如果能返回python版本说明安装成功以及环境变量设置成功。
<div class="cnblogs_code">C:\>pythonPython 3.2.3 (default, Apr 11 2012, 07:15:24) on win32Type "help", "copyright", "credits" or "license" for more information.>>>
页: [1]
查看完整版本: python3操作mysql教程