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

I'd like to know what libraries are preventing OpenERP from being used with Python 3 ?

아바타
취소
베스트 답변

It's not just of question of libraries. By itself most of the codebase in odoo/openerp isn't compatible with Python3. And by that I mean that openerp was written using syntaxes that aren't compatible with python3.

One easy example is the usage of the boolean operator '<>' instead of '!='. On other example is the syntax used for exceptions.

So the real big problem isn't exactly in third party libraries but the openerp library itself and the addons.

아바타
취소
관련 게시물 답글 화면 활동
0
7월 19
3874
1
12월 18
3613
3
4월 15
5586
5
10월 24
31333
2
6월 24
1991