Hi Andreas, > Traceback: > File "/usr/lib64/python3.4/site-packages/offlineimap/accounts.py", line > 281, in syncrunner > self.__sync() > > I tried downgrading to 7.0.14 again, but I get the same error with that > version now. I > have no clue what happened here. I did a system update today, so it can also > be a python > package that offlineimap depends on (most probably this is the root cause, > because 7.0.14 > does not work now). > > Any hints where to look first?
It is possible that the system upgrade changed your python version from python 2.7 to python 3.4? Something along those lines seems a potential culprit, as it would explain why 7.0.14 is also broken for you. Python3 support is experimental and there are known issues. https://github.com/OfflineIMAP/offlineimap#requirements--dependencies Hope that helps, Josiah _______________________________________________ OfflineIMAP-project mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org
