تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
4 الردود
37480 أدوات العرض

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/

الصورة الرمزية
إهمال