当我尝试google_calendar
在 7.0 中安装时,出现以下错误:
File "/home/jack/workspace/7.0/7.0-calendar/google_calendar/controllers/main.py", line 11, in <module>
class google_calendar_controller(http.Controller):
File "/home/jack/workspace/7.0/7.0-calendar/google_calendar/controllers/main.py", line 13, in google_calendar_controller
@http.route('/google_calendar/sync_data', type='json', auth='user')
AttributeError: 'module' object has no attribute 'route'
任何人都可以帮忙吗?