Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #18897

Re: How to remove ellipses from long paths in traceback?

From Christian Heimes <lists@cheimes.de>
Subject Re: How to remove ellipses from long paths in traceback?
Date 2012-01-13 07:09 +0100
References <CAK4NeTEusiXzezKBsDtZPffxQnO7hxXjuJb0wiDFYA91gx9N1w@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.4697.1326435015.27778.python-list@python.org> (permalink)

Show all headers | 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


Thread

Re: How to remove ellipses from long paths in traceback? Christian Heimes <lists@cheimes.de> - 2012-01-13 07:09 +0100

csiph-web