2
votes

i'm using odoo 10, python version 2.7 and pycharm 2019.3.2 i set script path to odoo-bin, python interpreter to python.exe (2.7), environnement variables to PYTHONUNBUFFERED=1, everything works fine.

NOW, i wanna work with odoo 13 in the same time, i've python version 3.7 and pycharm 2019.3.2 i set script path to odoo-bin (odoo 13), python interpreter to python3.exe, environnment variables to PYTHONUNBUFFERED=1, here when i'm getting this error in the log when i run odoo:

Process finished with exit code -1073740940 (0xC0000374)

i don't know why i'm having this? can anyone help me plz!

1

1 Answers

2
votes

after many research i found the solution: it's not a problem of odoo or pycharm, it's a windows 10 problem!.

Go to panel control > Region > Administrative, and on Languages for non-unicode programs, change regional configuration, check 'Use UTF-8 to language support worldwide' then restart the computer.