Dan_浅夏
2017-04-25 17:58
E:\python>python web.py Traceback (most recent call last): File "web.py", line 1, in
import web File "E:\python\web.py", line 6, inapp = web.application(urls, globals()) AttributeError: 'module' object has no attribute 'application' 什么情况啊????????命名py脚本时,不要与python预留字,模块名等相同。我也遇到这个问题了,我把测试文件放到一个单独的文件夹中,运行了一下就没问题了
属性错误,该模块对象没有“application”这个方法。
英文是这个意思,你的第六行方法可能错了。
python-web.py开发入门
58639 学习 · 106 问题
相似问题