Hi, On Fri, Aug 25, 2017 at 03:02PM, Johannes Schauer wrote: > When I start offlineimap I get this exception: > > Error while trying to import system imaplib2: The provided imaplib2 version > '2.55' is not supported > Traceback (most recent call last): > File "/usr/bin/offlineimap", line 20, in <module> > from offlineimap import OfflineImap > File "/usr/share/offlineimap/offlineimap/__init__.py", line 20, in <module> > from offlineimap.init import OfflineImap > File "/usr/share/offlineimap/offlineimap/init.py", line 29, in <module> > import offlineimap.virtual_imaplib2 as imaplib > File "/usr/share/offlineimap/offlineimap/virtual_imaplib2.py", line 43, in > <module> > from offlineimap.bundled_imaplib2 import * > ImportError: No module named bundled_imaplib2 > > > After upgrading python-imaplib2 to 2.57-1 it worked again. > > You might want to make the dependency on python-imaplib2 versioned.
Thanks for pointing this out. The dependency on python-imaplib2 is already versioned, I just forgot to update it. I will upload a fixed version ASAP. Cheers, -- Ilias

