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

Hello Masters,

I have been using odo on Ubuntu.But now i want to run it on Windows 7.But when i run openerp-server it cause the following error,

ImportError: No module named babel.dates

Any Idea my Friends...?

아바타
취소
베스트 답변

Hi Abin,

Try using  'pip install babel'  . It worked for me

아바타
취소

I have also same error i tried all options but not work

please help me

베스트 답변

Try this:

service odoo stop
sudo -H pip3 install babel
service odoo restart

아바타
취소
베스트 답변

Hi you probably are missing some Python dependencies.Regarding the babel module, you can check out the instructions to install it on Windows here:

http://babel.pocoo.org/docs/installation/

아바타
취소