チュートリアル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 です。これを修正する方法について何か考えはありますか? ありがとう。(サブアプリは私にとってオプションではありません。)