Bug#768541: AttributeError: 'module' object has no attribute 'POP3_SSL'

2014-11-08 Thread 積丹尼 Dan Jacobson
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'


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



Bug#768541: AttributeError: 'module' object has no attribute 'POP3_SSL'

2014-11-08 Thread Emilio Pozuelo Monfort

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.72.7.8-11amd64 
 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-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org