Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #33494

Re: error importing smtplib

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.006
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'binary': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:error': 0.11; 'conflicting': 0.16; 'guessing': 0.16; 'loaded.': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'smtplib': 0.16; 'fix': 0.17; 'tries': 0.17; 'import': 0.21; 'errors': 0.23; 'header:User- Agent:1': 0.26; 'question': 0.27; 'header:X-Complaints-To:1': 0.28; 'this?': 0.28; 'writes:': 0.29; 'objects': 0.29; "i'm": 0.29; 'version,': 0.30; 'file': 0.32; 'getting': 0.33; 'problem': 0.33; 'to:addr:python-list': 0.33; 'version': 0.34; 'eric': 0.35; 'there': 0.35; 'received:org': 0.36; 'but': 0.36; 'charset:us- ascii': 0.36; 'best,': 0.37; 'well.': 0.37; 'subject:: ': 0.38; 'object': 0.38; 'things': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'containing': 0.61; 'received:217': 0.68; 'recompile': 0.84; 'from.': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dieter Maurer <dieter@handshake.de>
Subject Re: error importing smtplib
Date Sun, 18 Nov 2012 08:06:12 +0100
References <CAAoZyYPETQOvLcRHU1aBERhn0eKv=ebWxiPeQjGcUordP1QaaA@mail.gmail.com> <k836tk$r0e$1@ger.gmane.org> <CAAoZyYNNCZDySv-2+KznA69i-5E4Mk0k5EoPbFaERUmBRex0OA@mail.gmail.com> <k83nao$i07$1@ger.gmane.org> <CAAoZyYOOTi0opUTEo2nvSq6nCwgrmLXqRx3rmaWpGTzh8Sib-g@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
X-Gmane-NNTP-Posting-Host pd9e089ec.dip0.t-ipconnect.de
User-Agent Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux)
Cancel-Lock sha1:5DKHZYb+451N8k+XuoR80ZD1qEQ=
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3787.1353222385.27098.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1353222385 news.xs4all.nl 6949 [2001:888:2000:d::a6]:54745
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:33494

Show key headers only | View raw


Eric Frederich <eric.frederich@gmail.com> writes:

> ...
> So.... I'm guessing the problem is that after I log in, the process has a
> conflicting libssl.so file loaded.
> Then when I try to import smtplib it tries getting things from there and
> that is where the errors are coming from.
>
> The question now is how do I fix this?

Likely, you must relink the shared object containing
your "FOO_login". When its current version was linked,
the (really) old "libssl" has been current and the version was linked
against it.
As the binary objects for your shared object might depend on the old
version, it is best, to not only relink but to recompile it as well.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: error importing smtplib Dieter Maurer <dieter@handshake.de> - 2012-11-18 08:06 +0100

csiph-web