我已按照 Pyramid 的安装说明进行操作:
http://docs.pylonsproject.org/projects/pyramid/en/1.4-branch/narr/install.html
然后尝试运行 hello world 程序:
../bin/python helloworld.py
Traceback (most recent call last):
File "helloworld.py", line 1, in <module>
from wsgi.simple_server import make_server
谷歌搜索没有产生答案可能是因为我是 python 新手。
从这里阅读: http: //docs.pylonsproject.org/projects/pyramid/en/1.4-branch/narr/firstapp.html#firstapp-chapter