跳至内容
菜单
此问题已终结
2 回复
24740 查看

I just add this module in addons and than restart the services so i get this error:

  File "/opt/openerp/openerp-7.0-20140519-231318/openerp/addons/im/__init__.py", line 2, in <module>
    import im
  File "/opt/openerp/openerp-7.0-20140519-231318/openerp/addons/im/im.py", line 30, in <module>
    from openerp import http
ImportError: cannot import name http

 

 

形象
丢弃
编写者 最佳答案

i added this from openerp.addons.web import http as http and from openerp.addons.web import http as request so now i am getting the below error

@http.route('/longpolling/im/poll', type="json", auth="none") AttributeError: 'module' object has no attribute 'route'

形象
丢弃

You can find the answer in given link .

相关帖文 回复 查看 活动
2
9月 23
7446
2
3月 23
46453
2
12月 23
57313
0
3月 22
2133
3
6月 20
10401