這個怎么解?
F:\python\web>python zpm.py
Traceback (most recent call last):
? File "zpm.py", line 6, in <module>
? ? app = web.application(urls, globals())
AttributeError: module 'web' has no attribute 'application'
F:\python\web>python zpm.py
Traceback (most recent call last):
? File "zpm.py", line 6, in <module>
? ? app = web.application(urls, globals())
AttributeError: module 'web' has no attribute 'application'
2018-07-26
舉報
2018-07-27
有安裝第三方模塊web.py嗎,或者導入import web?