From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OmTyU-0007he-V2 for garchives@archives.gentoo.org; Fri, 20 Aug 2010 15:57:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ACCDE07A3; Fri, 20 Aug 2010 15:57:12 +0000 (UTC) Received: from mta-2.ms.rz.rwth-aachen.de (mta-2.ms.rz.RWTH-Aachen.DE [134.130.7.73]) by pigeon.gentoo.org (Postfix) with ESMTP id 0077FE07A3 for ; Fri, 20 Aug 2010 15:57:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0L7G00IQYKBB2590@mta-2.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Fri, 20 Aug 2010 17:57:11 +0200 (CEST) X-IronPort-AV: E=Sophos;i="4.56,239,1280700000"; d="scan'208";a="69561071" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Fri, 20 Aug 2010 17:57:11 +0200 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.RWTH-Aachen.DE [134.130.161.252]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id o7KFvBxJ017835 for ; Fri, 20 Aug 2010 17:57:11 +0200 (CEST) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id 2155A2A4 for ; Fri, 20 Aug 2010 17:57:15 +0200 (CEST) Date: Fri, 20 Aug 2010 17:57:15 +0200 From: Helmut Jarausch Subject: Re: [gentoo-user] Re: CANNOT IMPORT HTTP.CLIENT To: gentoo-user@lists.gentoo.org References: <1282289706.27172.0@numa-i> In-reply-to: X-Mailer: Balsa 2.4.7 Message-id: <1282319835.18170.0@numa-i> X-Archives-Salt: 31b72d83-264a-450c-a1b2-d93e54f15571 X-Archives-Hash: 09167271c318666c8ee43faf39ebdc65 On 08/20/10 15:43:20, walt wrote: > On 08/20/2010 12:35 AM, Helmut Jarausch wrote: > > Hi, > > > > today, when emerging dev-libs/openssl-0.9.8o-r2, which is needed > for > > nxssh, I've got the message > > !!! CANNOT IMPORT HTTP.CLIENT: cannot import name HTTPSConnection > > The class HTTPSConnection is defined in httplib.py, which is part of Thanks, it turned out to be an openssl problem introduced by the recent dev-libs/openss-1.0.0a-r2 which disables ssl support in Python itself. Helmut.