This question has been flagged
1 Reply
5659 Views

/usr/local/python2.7.6/bin/openerp-server start

ImportError: cannot import name IMAP4_SSL

Avatar
Discard
Best Answer

You can resolve this error by installing python ssl in your server.
to install the python-openssl run below commnad in ubuntu serevr.

sudo apt-get install python-openssl

Hope this helps.

Avatar
Discard