[bug] Python AttributeError: module 'web' has no attribute 'application'

原因

文件名是web.py,与包名web冲突

解决

重命名文件,再运行

原文地址:https://www.cnblogs.com/cxc1357/p/13368104.html