Hello,
I have install openerp 6.1 in centOS, but during installation I received error for python package.
File "/home/openerp/addons/fetchmail/__init__.py", line 23, in <module>
import fetchmail
File "/home/openerp/addons/fetchmail/fetchmail.py", line 25, in <module>
from imaplib import IMAP4_SSL
ImportError: cannot import name IMAP4_SSL
Unable to install it by YUM.
Please guide me how can I install imaplib in CentOS.
thanks,