install python+twisted+mysqldb+django on mac
一. install python 1) check install or not 在mac终端输入命令:which python 即可查看python的路径 2)未安装时,手动下载安装包 地址: https://www.python.org/downloads/ 选择下载 Mac OS X 64-bit/32-bit installer 安装 二. install twisted 1) check install or not 在mac终端输入命令: $ python Python 2.7.10 (v2.7.10:15c95b7d81dc, May 23 2015, 09:33:12) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import twisted 2) 未安装时,手动下载安装包 地址: https://twistedmatrix.com/trac/wiki/Downloads 选择 Source Tarball Twisted 15.2.1 tarball 下载 3)解压后,点击setup.py > 右键"打开方式" >选择 “Build Applet”