Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71775
| 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 | <mail@timgolden.me.uk> |
| 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 <mail@timgolden.me.uk> |
| 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 | <ll98g7$6o7$1@speranza.aioe.org> <llak9u$8rs$1@reader1.panix.com> <mailman.10113.1400438543.18130.python-list@python.org> <llcljo$8ce$1@speranza.aioe.org> <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 <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.10141.1400527132.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-17 23:13 -0400
Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-17 20:26 -0700
Re: Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-18 01:04 -0400
Re: Python and Math Chris Angelico <rosuav@gmail.com> - 2014-05-18 13:33 +1000
Re: Python and Math Gary Herron <gary.herron@islandtraining.com> - 2014-05-17 21:12 -0700
Re: Python and Math Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-05-18 04:51 +0000
Re: Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-18 01:33 -0400
Re: Python and Math Roy Smith <roy@panix.com> - 2014-05-18 09:25 -0400
Re: Python and Math Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-18 15:05 +0100
Re: Python and Math Wolfgang Keller <feliphil@gmx.net> - 2014-05-18 15:59 +0200
Re: Python and Math Grant Edwards <invalid@invalid.invalid> - 2014-05-18 15:40 +0000
Re: Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-18 14:09 -0400
Re: Python and Math Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-05-20 20:40 -0400
Re: Python and Math Tony the Tiger <tony@tiger.invalid> - 2014-05-21 00:59 +0000
Re: Python and Math Robert Kern <robert.kern@gmail.com> - 2014-05-21 10:32 +0100
Re: Python and Math Robert Kern <robert.kern@gmail.com> - 2014-05-21 10:34 +0100
Re: Python and Math Robert Kern <robert.kern@gmail.com> - 2014-05-18 19:42 +0100
Re: Python and Math Fabien <fabien.maussion@gmail.com> - 2014-05-19 12:15 +0200
Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-19 11:30 +0100
Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-19 05:46 -0700
Re: Python and Math Chris Angelico <rosuav@gmail.com> - 2014-05-19 23:09 +1000
Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-19 06:15 -0700
Re: Python and Math Chris Angelico <rosuav@gmail.com> - 2014-05-19 23:24 +1000
Re: Python and Math Gene Heskett <gheskett@wdtv.com> - 2014-05-19 10:22 -0400
Re: Python and Math wxjmfauth@gmail.com - 2014-05-19 07:56 -0700
Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-19 09:09 -0700
Re: Python and Math wxjmfauth@gmail.com - 2014-05-19 12:07 -0700
Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-19 20:18 +0100
Re: Python and Math wxjmfauth@gmail.com - 2014-05-20 02:19 -0700
Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-20 11:13 +0100
Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-20 04:20 -0700
Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-20 12:55 +0100
Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-20 07:14 -0700
Re: Python and Math "Frank Millman" <frank@chagford.com> - 2014-05-20 14:51 +0200
Re: Python and Math chris.barker@noaa.gov - 2014-05-21 16:14 -0700
Re: Python and Math wxjmfauth@gmail.com - 2014-05-21 23:52 -0700
Re: Python and Math "Frank Millman" <frank@chagford.com> - 2014-05-22 11:04 +0200
Re: Python and Math wxjmfauth@gmail.com - 2014-05-20 06:42 -0700
Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-20 07:23 -0700
Re: Python and Math Cameron Simpson <cs@zip.com.au> - 2014-05-20 09:03 +1000
csiph-web