Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18897 > unrolled thread
| Started by | Christian Heimes <lists@cheimes.de> |
|---|---|
| First post | 2012-01-13 07:09 +0100 |
| Last post | 2012-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.
Re: How to remove ellipses from long paths in traceback? Christian Heimes <lists@cheimes.de> - 2012-01-13 07:09 +0100
| From | Christian Heimes <lists@cheimes.de> |
|---|---|
| Date | 2012-01-13 07:09 +0100 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web