1. 安装 python
D:\Python25
2. 设置环境变量
Path中添加;D:\Python25;D:\Python25\Scripts
3. 安装ez_setup
下载ez_setup.py:http://peak.telecommunity.com/dist/ez_setup.py
存储在D:\ez_setup.py
4. 安装Pylons
D:\>easy_install pylons
5. 创建工程
D:\workspace>paster create --template=pylons helloworld
6. 启动服务
D:\workspace>cd helloworld (explorer helloword)
D:\workspace\helloworld>paster serve --reload development.ini
posted on 2007-09-26 19:06
周锐 阅读(388)
评论(0) 编辑 收藏 所属分类:
Python