On 08/11/14 09:30, 積丹尼 Dan Jacobson wrote:
Package: python2.7
Version: 2.7.8-11
Severity: grave

$ getmail --version
Traceback (most recent call last):
   File "/usr/bin/getmail", line 58, in <module>
     from getmailcore import __version__, retrievers, destinations, filters, \
   File "/usr/lib/python2.7/dist-packages/getmailcore/retrievers.py", line 45, in 
<module>
     from getmailcore._retrieverbases import *
   File "/usr/lib/python2.7/dist-packages/getmailcore/_retrieverbases.py", line 266, 
in <module>
     class POP3_SSL_EXTENDED(poplib.POP3_SSL):
AttributeError: 'module' object has no attribute 'POP3_SSL'

emilio@titan:~$ python
Python 2.7.8 (default, Oct 18 2014, 12:50:18)
[GCC 4.9.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import poplib
>>> poplib.POP3_SSL
<class poplib.POP3_SSL at 0x7f27f4ac18d8>
>>>


ii python2.7 2.7.8-11 amd64 Interactive high-level object-oriented language (version 2.7)

What version of openssl do you have? This sounds like you have the experimental version, which disabled SSL3 support because it's insecure. Thus this is not a bug that affects jessie or sid.

Emilio


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to