Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'scripts': 0.03; 'subject:Python': 0.06; 'lost.': 0.09; 'python': 0.11; 'windows': 0.15; 'ah,': 0.16; 'doing:': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'golden': 0.16; 'message- id:@timgolden.me.uk': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'setuptools,': 0.16; 'tjg': 0.16; 'url:html)': 0.16; 'url:pip': 0.16; 'url:py': 0.16; 'where?': 0.16; '\xe9crit': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'possible,': 0.19; 'working.': 0.19; 'install': 0.23; 'header :User-Agent:1': 0.23; 'received:192.168.100': 0.24; 'sorry,': 0.24; 'versions': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'point': 0.28; 'tim': 0.29; "i'm": 0.30; 'work.': 0.31; 'that.': 0.31; 'file': 0.32; 'probably': 0.32; 'run': 0.32; "can't": 0.35; 'something': 0.35; 'beyond': 0.35; 'but': 0.35; 'there': 0.35; 'version': 0.36; 'method': 0.36; 'url:org': 0.36; 'should': 0.36; 'needed': 0.38; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'morning': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'even': 0.60; 'skip:u 10': 0.60; 'mentioned': 0.61; 'simply': 0.61; 'here:': 0.62; 'save': 0.62; 'email addr:gmail.com': 0.63; 'it!': 0.67; 'hour': 0.70; 'wish': 0.70; 'from:addr:mail': 0.83; '3.4': 0.84; 'choose.': 0.84; 'how.': 0.84; 'manual,': 0.84; 'tended': 0.84; 'do:': 0.91; 'url:latest': 0.91; 'why?': 0.91 Date: Tue, 20 May 2014 11:13:45 +0100 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python and Math References: <9c2aecd7-7c4a-4d6c-b8f3-418c0005d00a@googlegroups.com> <9d14f092-4e41-4d52-8502-32ab7cbfa3ae@googlegroups.com> <9609c0b2-653d-421f-a2be-946c6e4e31b6@googlegroups.com> <53be0d6b-25fb-4c46-8768-0287d8953abd@googlegroups.com> In-Reply-To: <53be0d6b-25fb-4c46-8768-0287d8953abd@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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: 63 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400580836 news.xs4all.nl 2887 [2001:888:2000:d::a6]:33370 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71794 On 20/05/2014 10:19, wxjmfauth@gmail.com wrote: > Le lundi 19 mai 2014 21:18:54 UTC+2, Tim Golden a écrit : >> On 19/05/2014 20:07, wxjmfauth@gmail.com wrote: >> >>>>> Yesterday, I spent one hour attemepting to install IPython >>>>> for Py3.3 (win 7), I failed. I do not even succeed to >>>>> understand how. Pip, setuptools, whl or manualy with from >>>>> the >>>>> zip... completely lost. There is always something not >>>>> working. >> >>>>> This morning I installed Py 3.4.1. I do not even >>>>> succeed to put it to work. >> >> I realise that this probably isn't very helpful, but I've just >> successfully installed ipython on Python 3.3 and Python 3.4 (Win7 >> 32-bit) by simply doing: >> >> py -3.3 -mpip install ipython >> >> py -3.4 -mpip install ipython >> >> >> > Sorry, but I'm even not able to understand how to install pip! Py3.3, > why? because I already all the Qt derivative. > > I found the pip manual, I do not get it! To install pip: To install > or upgrade pip, securely download get-pip.py. Where? What should I do > with it? Ah, I understand. I thought you already had pip and just had difficulties beyond that. Frankly, yes, bootstrapping pip on Windows can be a bit frustrating. That's why 3.4 comes with a version pre-installed. But you say you want to stay with 3.3. If it's possible, download get-pip.py from here: https://bootstrap.pypa.io/get-pip.py (linked from here: http://pip.readthedocs.org/en/latest/installing.html) using wget, curl, File Save As, python requests, urllib.urlretrieve or whatever other method you choose. And then run the get-pip.py program with the version of Python for which you wish to install pip. eg, c:\python33\python.exe get-pip.py That will download the current versions of everything needed and will put various flavours of pip.exe into c:\python33\scripts. As I mentioned before, I've tended not to have the scripts directory on my path, and you can instead do: py -3.3 -mpip install .... I think some people have put together .msi/.exe installers for this but I can't point to any one in particular. TJG