Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4572 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

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.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
čvc 19
4313
1
pro 18
3960
3
dub 15
6002
5
říj 24
32473
2
čvn 24
2471