Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85470
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'url:pypi': 0.03; 'from:addr:yahoo.co.uk': 0.04; '(except': 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; 'python': 0.11; 'language.': 0.14; 'windows': 0.15; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reproduce': 0.16; 'sudo': 0.16; 'taming': 0.16; 'url:pip': 0.16; 'language': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'feb': 0.22; '>>>': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'chris': 0.29; 'am,': 0.29; "i'm": 0.30; 'linux': 0.33; 'url:python': 0.33; 'running': 0.33; '-----': 0.33; 'subject:the': 0.34; 'but': 0.35; 'there': 0.35; 'version': 0.36; 'installing': 0.36; 'ubuntu': 0.36; 'possible': 0.36; 'url:org': 0.36; 'problems': 0.38; 'e.g.': 0.38; 'to:addr:python-list': 0.38; 'recent': 0.39; 'subject:': 0.39; 'to:addr:python.org': 0.39; 'unable': 0.39; 'received:org': 0.40; 'john': 0.61; "you're": 0.61; 're:': 0.63; 'our': 0.64; 'charset:windows-1252': 0.65; 'due': 0.66; 'believe': 0.68; 'email addr:python.org"': 0.68; '2015': 0.84; '3.4': 0.84; 'huh?': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Subject | Re: Taming the verbosity of ipython tracebacks |
| Date | Tue, 10 Feb 2015 20:47:17 +0000 |
| References | <CAPTjJmryQFLJU2Cz2rz8boxKynk=_N3qP340h888UbM3wWQK0Q@mail.gmail.com> <1836362686.666393.1423596428927.JavaMail.yahoo@mail.yahoo.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | host-92-24-222-48.ppp.as43234.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
| In-Reply-To | <1836362686.666393.1423596428927.JavaMail.yahoo@mail.yahoo.com> |
| 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.18624.1423601251.18130.python-list@python.org> (permalink) |
| Lines | 39 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1423601251 news.xs4all.nl 2959 [2001:888:2000:d::a6]:53077 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:85470 |
Show key headers only | View raw
On 10/02/2015 19:27, Albert-Jan Roskam wrote: > > > ----- Original Message ----- > >> From: Chris Angelico <rosuav@gmail.com> >> To: >> Cc: "python-list@python.org" <python-list@python.org> >> Sent: Tuesday, February 10, 2015 8:00 PM >> Subject: Re: Taming the verbosity of ipython tracebacks >> >> On Wed, Feb 11, 2015 at 5:53 AM, John Ladasky >> <john_ladasky@sbcglobal.net> wrote: >>> I'm running Python 3.4.0, and ipython3 1.2.1, on Ubuntu Linux 14.04 >> 64-bit. >>> >> >> That's nice recent Python, but I just tried installing ipython using >> pip3, and got version 2.4.1, and was unable to reproduce your >> scenario. Is it possible you're having problems due to the version >> mismatch? Can you upgrade your ipython? > > > Huh? What's pip3? I thought pip works on Python 2 and 3? > https://pypi.python.org/pypi/pip/. I always install everything with the pip of my system python, e.g. for Python 3.4 I would do sudo python3.4 $(which pip) install somepackage. Are there any benefits of having multiple pips (except in virtualenvs)? > > Regards, > Albert-Jan > On Windows under C:\Python34\Scripts I have pip.exe, pip3.exe and pip3.4.exe. I believe that they are identical. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Taming the verbosity of ipython tracebacks Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-02-10 20:47 +0000
csiph-web