[python]pyramid 学习1 (hello world)
摘要:安装easy_install pyramid异常情况:安装的时候要求zope.interface 3.80以上easy_install zope.interfacehello world 1 from paste.httpserver import serve 2 from pyramid.config import Configurator 3 from pyramid.response import Response 4 from pyramid.view import view_config 5 6 @view_config(name='hello',request_me
阅读全文
posted @ 2011-09-29 17:17
浙公网安备 33010602011771号