Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python.': 0.02; 'that?': 0.05; 'subject:Python': 0.06; 'error:': 0.07; 'python': 0.11; '7:45': 0.16; 'cached': 0.16; 'ez_setup.py': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:t-ipconnect.de': 0.16; 'sudo': 0.16; 'updates:': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'install': 0.23; 'question': 0.24; '+0200': 0.26; 'header :In-Reply-To:1': 0.27; 'chris': 0.29; 'have,': 0.30; 'loading': 0.31; 'mirror': 0.31; 'figure': 0.32; 'stuff': 0.32; 'run': 0.32; 'subject:the': 0.34; "can't": 0.35; 'something': 0.35; 'but': 0.35; 'really': 0.36; 'should': 0.36; 'searching': 0.37; '8bit%:86': 0.38; 'nov': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'first': 0.61; 'skip:\xe2 10': 0.65; 'received:109': 0.72; '8bit%:43': 0.74; '3.4': 0.84; '3.7': 0.84; 'extras': 0.84; 'found?': 0.84; 'received:(helo localhost)': 0.91; '2013': 0.98 Date: Wed, 13 Nov 2013 22:30:09 +0100 From: Johannes Findeisen To: python-list@python.org Subject: Re: Trying tcompile an use the Python 3.4a In-Reply-To: References: <5283a523$0$30003$c3e8da3$5496439d@news.astraweb.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.22; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 49 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384378301 news.xs4all.nl 15961 [2001:888:2000:d::a6]:58479 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59338 On Wed, 13 Nov 2013 23:19:53 +0200 Ferrous Cranus wrote: > =CE=A3=CF=84=CE=B9=CF=82 13/11/2013 7:45 =CE=BC=CE=BC, =CE=BF/=CE=B7 Chri= s =E2=80=9CKwpolska=E2=80=9D Warrick =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5:> > > Get ez_setup.py and get-pip.py, and run them with the desired Python. > > >=20 >=20 > Why can't i just use that? >=20 > root@secure [~]# sudo yum install python-pip > Loaded plugins: fastestmirror > Loading mirror speeds from cached hostfile > * base: ftp.plusline.de > * extras: mirror.skylink-datacenter.de > * updates: ftp.plusline.de > base=20 > =20 > =20 > | 3.7 kB 00:00 > extras=20 > =20 > =20 > | 3.4 kB 00:00 > updates=20 > =20 > =20 > | 3.4 kB 00:00 > Setting up Install Process > No package python-pip available. > Error: Nothing to do > root@secure [~]# >=20 > 'python-pip' is something that all repos should have, why it cannot be=20 > found? Please try to figure out your distribution specific stuff by using a search engine! This was what I found as first result by searching for "centos pip" at Google: http://superuser.com/questions/292378/how-to-install-pip-and-easy-install-o= n-centos This really is not a Python question but a CentOS issue! Regards, Johannes