Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86245
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.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 | <David.Aldrich@EMEA.NEC.COM> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.019 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'url:pypi': 0.03; 'skip:/ 10': 0.09; 'subject:How': 0.10; 'python': 0.11; 'hostname': 0.16; 'received:85.115': 0.16; 'subject:install': 0.16; 'url:py': 0.16; 'index': 0.16; 'fix': 0.17; 'advance.': 0.19; 'to:name:python- list@python.org': 0.22; 'install': 0.23; 'error': 0.23; 'proxy': 0.24; 'header:Received:8': 0.24; 'server.': 0.24; 'environment': 0.24; 'this:': 0.26; 'tried': 0.27; "doesn't": 0.30; "skip:' 10": 0.31; '(maybe': 0.31; 'received:169.254': 0.32; 'url:python': 0.33; 'url:rec-html40': 0.35; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'behind': 0.37; 'received:169': 0.37; 'searching': 0.37; 'url:microsoft': 0.37; 'url:office': 0.38; 'to:addr:python-list': 0.38; 'url:schemas': 0.38; 'url:omml': 0.39; 'url:2004': 0.39; "couldn't": 0.39; 'url:12': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'how': 0.40; '3.4': 0.84; 'found!': 0.84; 'skip:/ 30': 0.84; 'url:path': 0.84 |
| From | David Aldrich <David.Aldrich@EMEA.NEC.COM> |
| To | "python-list@python.org" <python-list@python.org> |
| Subject | How best to install path.py package on Centos 5? |
| Thread-Topic | How best to install path.py package on Centos 5? |
| Thread-Index | AdBPh3rpW/O8FbqJTFWqClpP1fpsug== |
| Date | Mon, 23 Feb 2015 16:40:54 +0000 |
| Accept-Language | en-GB, en-US |
| Content-Language | en-US |
| X-MS-Has-Attach | |
| X-MS-TNEF-Correlator | |
| x-originating-ip | [172.29.68.112] |
| Content-Type | multipart/alternative; boundary="_000_41302A7145AC054FA7A96CFD03835A0A0B945390EX10MBX02EUNECC_" |
| MIME-Version | 1.0 |
| X-Scanned-By | MailControl 37812.332 (www.mailcontrol.com) on 10.65.0.119 |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.19089.1424712858.18130.python-list@python.org> (permalink) |
| Lines | 200 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1424712858 news.xs4all.nl 2909 [2001:888:2000:d::a6]:34583 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:86245 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hi I want to install path.py in my Python 3.4 environment on a Centos 5 box. My /usr/local/bin/ contains: easy_install-3.4 python3.4 etc. We are behind a proxy server. I tried this: # /usr/local/bin/easy_install-3.4 path.py Searching for path.py Reading https://pypi.python.org/simple/path.py/ Download error on https://pypi.python.org/simple/path.py/: hostname '172.29.68.1 ' doesn't match either of 'www.python.org', 'python.org', 'pypi.python.org', 'docs.python.org', 'testpypi.python.org', 'bugs.python.org', 'wiki.python.org', 'hg.python.org', 'mail.python.org', 'packaging.python.org', 'pythonhosted.org', 'www.pythonhosted.org', 'test.pythonhosted.org', 'us.pycon.org', 'id.python.org' -- Some packages may not be found! Couldn't find index page for 'path.py' (maybe misspelled?) Am I best to use pip or easy_install? If easy_install, how can I fix the above error? Thanks in advance. David
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
How best to install path.py package on Centos 5? David Aldrich <David.Aldrich@EMEA.NEC.COM> - 2015-02-23 16:40 +0000
csiph-web