Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18897
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'paths': 0.07; 'python': 0.08; 'path.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'subject:remove': 0.09; 'library': 0.13; 'skip:" 40': 0.15; 'ellipses': 0.16; 'header:In-Reply-To:1': 0.22; 'traceback': 0.24; 'load': 0.26; 'parent': 0.30; 'subject:?': 0.30; 'header:User- Agent:1': 0.33; 'to:addr:python-list': 0.33; 'there': 0.33; 'jason': 0.34; 'hi,': 0.34; 'header:X-Complaints-To:1': 0.34; 'subject:How': 0.35; 'two': 0.37; 'received:org': 0.37; 'references': 0.38; 'received:de': 0.39; 'subject:from': 0.39; "couldn't": 0.39; 'received:78': 0.39; 'subject:: ': 0.39; 'might': 0.40; 'to:addr:python.org': 0.40; 'full': 0.62; 'subject:long': 0.93 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Christian Heimes <lists@cheimes.de> |
| Subject | Re: How to remove ellipses from long paths in traceback? |
| Date | Fri, 13 Jan 2012 07:09:53 +0100 |
| References | <CAK4NeTEusiXzezKBsDtZPffxQnO7hxXjuJb0wiDFYA91gx9N1w@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | f049075011.adsl.alicedsl.de |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0 |
| In-Reply-To | <CAK4NeTEusiXzezKBsDtZPffxQnO7hxXjuJb0wiDFYA91gx9N1w@mail.gmail.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4697.1326435015.27778.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1326435015 news.xs4all.nl 6928 [2001:888:2000:d::a6]:36602 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:18897 |
Show key headers only | View raw
Am 13.01.2012 05:34, schrieb Jason Veldicott: > Hi, > > Long paths in python traceback are contracted with ellipses. eg: > TclError: couldn't load library "C:/Python26/tcl/tk8.5/../../bin/tk85.dll" > > Is there any way to see the full path? The dots don't look like an ellipses to me. An ellipses has three dots "...". It might be an unnormalized path. In paths two dots mean parent directory, so the path references C:/Python26/bin/tk85.dll. Christian
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: How to remove ellipses from long paths in traceback? Christian Heimes <lists@cheimes.de> - 2012-01-13 07:09 +0100
csiph-web