RE: Error after upgrading from version 5.8 to version 5.11
CIMBAL | Suporte Técnico <[email protected]>
| Newsgroups | gmane.mail.getmail.user |
|---|---|
| Message-ID | <[email protected]> |
Thank you for your quick answer and new release.
>> I've just released version 5.12 which should fix this; thanks for the report.
>> An alternate workaround would be to run getmail with Python 2.7 instead of
>> 2.6.
Version 5.12 still produces the following:
Traceback (most recent call last):
File "/usr/bin/getmail", line 59, in <module>
from getmailcore import __version__, retrievers, destinations, filters, \
File "/usr/lib/python2.6/site-packages/getmailcore/retrievers.py", line 45, in <module>
from getmailcore._retrieverbases import *
File "/usr/lib/python2.6/site-packages/getmailcore/_retrieverbases.py", line 73, in <module>
has_ciphers = (sys.version_info.major, sys.version_info.minor) >= (2, 7)
AttributeError: 'tuple' object has no attribute 'major'