我在教程Django style multiple apps with web.py中运行示例,但它不起作用。以下是错误信息:
Traceback (most recent call last):
File "run.py", line 11, in <module>
delegate.run(mapping)
File "/home/siongui/dev/test/delegate.py", line 31, in run
web.run(handler, {})
AttributeError: 'module' object has no attribute 'run'
我的 web.py 版本是 0.37。关于如何解决这个问题有什么想法吗?谢谢。(子应用程序不是我的选择。)