This question has been flagged
1 Reply
10534 Views

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,

Avatar
Discard
Author Best Answer

Hello,

The solution of this problem with centos is , install cython package.

thanks,

Avatar
Discard