Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed3a.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'error:': 0.07; 'importerror:': 0.07; 'skip:" 60': 0.07; 'here?': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Python3': 0.09; 'subject:update': 0.09; 'language.': 0.14; '404': 0.16; '55,': 0.16; 'exist.': 0.16; 'fetch': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'language': 0.16; 'wrote:': 0.18; 'module': 0.19; 'import': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'ssl': 0.24; 'skip:" 20': 0.27; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply- To:1': 0.27; 'idea': 0.28; '"",': 0.31; 'anyone': 0.31; 'file': 0.32; 'checked': 0.32; 'url:python': 0.33; '(most': 0.33; 'skip:_ 10': 0.34; 'could': 0.34; "can't": 0.35; 'skip:u 20': 0.35; 'but': 0.35; 'skip:" 50': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'recent': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'simply': 0.61; 'complete': 0.62; 'our': 0.64; 'charset:windows-1252': 0.65; 'six': 0.68; 'do:': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Cannot update OpenSSL for Python3 Date: Mon, 04 May 2015 21:38:22 +0100 References: <87k2wok9bz.fsf@Equus.decebal.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-92-24-223-224.ppp.as43234.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: <87k2wok9bz.fsf@Equus.decebal.nl> 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: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430771922 news.xs4all.nl 2857 [2001:888:2000:d::a6]:38447 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89933 On 04/05/2015 09:58, Cecil Westerhof wrote: > But when I do: > import urllib3.contrib.pyopenssl > I get: > Traceback (most recent call last): > File "", line 1, in > File "/usr/lib/python3.4/site-packages/urllib3/contrib/pyopenssl.py", line 55, in > import OpenSSL.SSL > File "/usr/lib64/python3.4/site-packages/OpenSSL/__init__.py", line 8, in > from OpenSSL import rand, crypto, SSL > File "/usr/lib64/python3.4/site-packages/OpenSSL/rand.py", line 9, in > from six import integer_types as _integer_types > ImportError: No module named 'six' > > When I then give: > pip3 install -U OpenSSL > It goes wrong: > Could not fetch URL https://pypi.python.org/simple/OpenSSL/: 404 Client Error: Not Found > > I checked and even > https://pypi.python.org/simple/ > does not exist. Anyone an idea what is happening here? > Showing my complete ignorance of *nix, what is the difference betweeen "/usr/lib/python3.4/..." and "/usr/lib64/python3.4/..."? Simply 32 versus 64 bit, which can or can't be mixed, or what? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence