콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
8924 화면

Hello, I tried to install a module webkit. The install worked normally (it's not the first time that i used webkit), but when i tried to print the concerned document, i had an error like that "pas de moteur webkit" (it's not exactly that, but it's that the meaning). Then when i refreshed the page i had that error: openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request Traceback (most recent call last): File "/home/aymen/tfi_workspace/openerp-7.0/openerp/addons/web/http.py", line 285, in dispatch r = method(self, **self.params) File "/home/aymen/tfi_workspace/openerp-7.0/openerp/addons/web/controllers/main.py", line 675, in qweb content, checksum = concat_xml(files) File "/home/aymen/tfi_workspace/openerp-7.0/openerp/addons/web/controllers/main.py", line 255, in concat_xml xml = ElementTree.parse(fp).getroot() File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1183, in parse tree.parse(source, parser) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 656, in parse parser.feed(data) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1643, in feed self._raiseerror(v) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1507, in _raiseerror raise err ParseError: not well-formed (invalid token): line 21, column 1

Now, i can never open the openerp and i have always that error. Please, could you help me?

Thanks.

아바타
취소
작성자 베스트 답변

It's ok, the error has been fixed. I just had an error in base.xml in web module.

아바타
취소

Dear, I have same error with you. So have you fixed this error in base.xml ? Thanks

베스트 답변

It might be related to Werkzeug library. Check if it is installed, and which version it is. Version 0.8.3 works fine, with later versions I have had similar errors.

I do not guarantee this is the problem, but check it out, it might be that.

아바타
취소
작성자

Thank you for your answer, but that didn't rsolve the problem.I have werkzeug installed, i tried also to make an update of werkzeug package but i have always the same error.