Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'api.': 0.05; 'importerror:': 0.07; 'skip:" 60': 0.07; 'socket': 0.07; 'pyopenssl': 0.09; 'subject:Python3': 0.09; 'subject:update': 0.09; 'cc:addr:python-list': 0.11; 'bug': 0.12; '58,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; "module's": 0.16; 'timeout': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'import': 0.22; 'cc:addr:python.org': 0.22; 'looks': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "skip:' 10": 0.31; '"",': 0.31; 'file': 0.32; 'probably': 0.32; '(most': 0.33; "can't": 0.35; 'skip:u 20': 0.35; 'received:google.com': 0.35; 'recent': 0.39; 'name': 0.63; '2015': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=ReY7EApUw84gaDW2Dvsgg+WoAih343p24nDCOE1MuYw=; b=GzfNo89msUA8Wf2byd/s9w+U4HJ2TnC0jV4eotAaoaIgMka7T8ilRZKyYrm6StpNIm Dt+/tEzciGz57HSD23yT9S9U2dCkMhbtbluyY0RBGDmDzrt3u5FjhQTbjhWd5V3Efd72 CsXIhOUz8q4941FKOWUYLa3Q6w1comDbOdAhkzgoalZMRKlByRHbaS2rDvr2/hkZ9Upz NbWkkIgT47uQea9/BhXxBkvbfMqS1yHtwC6tYxKHFz835sV0RjfHEmS0labzUIR4Q1eq reltZTeCI2lUnB0jyHT0UGoQrW+411fa2rRklpmRFyID7XSOPF5A/CrORrPZdYJW+LGL 3yHw== MIME-Version: 1.0 X-Received: by 10.107.134.206 with SMTP id q75mr22727168ioi.27.1430761777685; Mon, 04 May 2015 10:49:37 -0700 (PDT) In-Reply-To: <87mw1ki7ln.fsf@Equus.decebal.nl> References: <87k2wok9bz.fsf@Equus.decebal.nl> <878ud4k270.fsf@Equus.decebal.nl> <874mnsjxju.fsf@Equus.decebal.nl> <87vbg8idhk.fsf@Equus.decebal.nl> <87mw1ki7ln.fsf@Equus.decebal.nl> Date: Tue, 5 May 2015 03:49:37 +1000 Subject: Re: Cannot update OpenSSL for Python3 From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430761780 news.xs4all.nl 2882 [2001:888:2000:d::a6]:44459 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89921 On Tue, May 5, 2015 at 3:19 AM, Cecil Westerhof wrote: > It looks like I am encircled by Gremlins: > >>> import urllib3.contrib.pyopenssl > Traceback (most recent call last): > File "", line 1, in > File "/usr/lib/python3.4/site-packages/urllib3/contrib/pyopenssl.py", line 58, in > from socket import _fileobject, timeout > ImportError: cannot import name '_fileobject' This is looking like a pyopenssl bug - I can't import that name either, and given that it has the leading underscore, it's probably not an official part of the socket module's API. ChrisA