Re: Problem with continuing to run Getmail
Charles Cazabon <[email protected]>
| Newsgroups | gmane.mail.getmail.user |
|---|---|
| Message-ID | <[email protected]> |
Chris Dunn <[email protected]> wrote: > > As root python2 -c 'import ssl' yielded : > > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "/usr/local/lib/python2.7/ssl.py", line 98, in <module> > import _ssl # if we can't import it, let the error propagate > ImportError: No module named _ssl As Chris noted, the Python 2.7 you're trying to use was compiled without support for SSL (or at least shipped without it). You won't be able to use an SSL-enabled retriever with that Python. You should be able to find, or build, a Python 2.7 that supports SSL. Check wherever you got that version; they may have fixed the problem already. Charles -- ----------------------------------------------------------------------- Charles Cazabon GPL'ed software available at: http://pyropus.ca/software/ -----------------------------------------------------------------------