安装setuptools
把c:\python26\scripts设置成环境变量
安装mysql-python
easy_install MySQL-python
安装DBUtils. 对连接池的支持.
easy_install DBUtils
安装模版:
easy_install cheetah
或者Mako, 豆瓣用的:
easy_install mako
ORM工具, 小的网站就不需要了, 直接用web.py自带的就可以了.
推荐sqlalchemy, 因为sqlobject并不是想像的那么好.
easy_install sqlalchemy
转:
阅读(795) | 评论(2) | 转发(0) |