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


Groups > comp.lang.python > #18897 > unrolled thread

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

Started byChristian Heimes <lists@cheimes.de>
First post2012-01-13 07:09 +0100
Last post2012-01-13 07:09 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromChristian Heimes <lists@cheimes.de>
Date2012-01-13 07:09 +0100
SubjectRe: How to remove ellipses from long paths in traceback?
Message-ID<mailman.4697.1326435015.27778.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web