Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'from:addr:yahoo.co.uk': 0.04; 'that?': 0.05; 'subject:Python': 0.06; 'error:': 0.07; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tismer': 0.09; 'python': 0.11; '7:45': 0.16; 'cached': 0.16; 'ez_setup.py': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sudo': 0.16; 'updates:': 0.16; 'language': 0.16; 'wrote:': 0.18; 'wed,': 0.18; '>>>': 0.22; 'programming': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'question': 0.24; '+0200': 0.26; 'second': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'have,': 0.30; 'lines': 0.31; '>>>>': 0.31; 'loading': 0.31; 'mirror': 0.31; 'file': 0.32; '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; 'christian': 0.38; '8bit%:86': 0.38; 'nov': 0.38; 'to:addr :python-list': 0.38; 'morning': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'even': 0.60; 'world.': 0.61; "you're": 0.61; 'first': 0.61; 'such': 0.63; 'myself': 0.63; 'telling': 0.64; 'skip:\xe2 10': 0.65; 'believe': 0.68; '8bit%:92': 0.71; '8bit%:43': 0.74; '3.4': 0.84; '3.7': 0.84; 'extras': 0.84; 'found?': 0.84; 'received:2': 0.84; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Trying tcompile an use the Python 3.4a Date: Wed, 13 Nov 2013 21:56:11 +0000 References: <5283a523$0$30003$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: host-2-98-204-160.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 In-Reply-To: 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: 76 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384379796 news.xs4all.nl 15892 [2001:888:2000:d::a6]:51408 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59346 On 13/11/2013 21:39, Ferrous Cranus wrote: > Στις 13/11/2013 11:30 μμ, ο/η Johannes Findeisen έγραψε: >> On Wed, 13 Nov 2013 23:19:53 +0200 >> Ferrous Cranus wrote: >> >>> Στις 13/11/2013 7:45 μμ, ο/η Chris “Kwpolska” Warrick έγραψε:> >>>> Get ez_setup.py and get-pip.py, and run them with the desired Python. >>>> >>> >>> >>> Why can't i just use that? >>> >>> 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 >>> >>> >>> | 3.7 kB 00:00 >>> extras >>> >>> >>> | 3.4 kB 00:00 >>> updates >>> >>> >>> | 3.4 kB 00:00 >>> Setting up Install Process >>> No package python-pip available. >>> Error: Nothing to do >>> root@secure [~]# >>> >>> 'python-pip' is something that all repos should have, why it cannot be >>> 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-on-centos >> >> >> This really is not a Python question but a CentOS issue! >> >> Regards, >> Johannes >> > > > I have foung this link myself in the morning but it wasnt successfull: > > Look: > > root@secure [~]# /usr/local/bin/easy_install pip > -bash: /usr/local/bin/easy_install: No such file or directory > > root@secure [~]# /usr/bin/easy_install pip > -bash: /usr/bin/easy_install: No such file or directory > > If i cannot use 'yum' or even 'easy_setup' how will i install 'pip' and > hence the modules? > I really don't believe this, 24 lines above this one is the link to a page telling you how to do it, but you're *STILL* asking!!! What do you want, jam on it??? -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence