Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
4575 Представления

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.

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
июл. 19
4314
1
дек. 18
3960
3
апр. 15
6003
5
окт. 24
32478
2
июн. 24
2473