Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2a.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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'lost.': 0.09; 'python': 0.11; 'doing:': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim 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; 'wrote:': 0.18; 'working.': 0.19; '>>>': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; "i've": 0.25; 'header:In-Reply- To:1': 0.27; 'installed': 0.27; 'work.': 0.31; 'that.': 0.31; 'probably': 0.32; 'something': 0.35; 'but': 0.35; 'there': 0.35; 'problems': 0.38; 'to:addr:python-list': 0.38; 'launch': 0.39; 'morning': 0.39; 'to:addr:python.org': 0.39; 'even': 0.60; 'simply': 0.61; 'email addr:gmail.com': 0.63; 'hour': 0.70; 'from:addr:mail': 0.83; '3.4': 0.84; 'how.': 0.84 Date: Mon, 19 May 2014 20:18:54 +0100 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.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> In-Reply-To: <9609c0b2-653d-421f-a2be-946c6e4e31b6@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400527133 news.xs4all.nl 2911 [2001:888:2000:d::a6]:59271 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71775 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 Since I don't have the various c:\pythonxx\scripts folders on my path, I did then have to launch it explictly: c:\python33\scripts\ipython but it was no harder than that. What problems are you experiencing? TJG