Traceback oddity
Dale Strickland-Clark
dale at riverhall.NOTHANKS.co.uk
Fri Oct 19 06:51:07 EDT 2001
This may not be a Traceback issue at all but somewhere in the depths,
Python's handling of file paths is strangely inconsistent.
Here's my traceback report (wrapped, unfortunately):
Traceback (most recent call last):
File "S:\JOBS\Gibson\Library Manager\librarymanager\cli\lb.py", line
31, in main
handler.execute()
File "S:\JOBS\Gibson\Library
Manager\librarymanager\cli\lbCLICommand.py", line 52, in execute
func()
File "S:\JOBS\Gibson\Library
Manager\librarymanager\cli\lbCLIStory.py", line 41, in doNew
xmlStory = lbXMLStory.lbXMLStory(self.work,
lbs.lbStory(self.work))
File "s:\jobs\gibson\library manager\librarymanager\lbStory.py",
line 27, in __init__
lbdbPubBase.__init__(self, self.work, ID, seq, Parent=Parent)
File "s:\jobs\gibson\library manager\librarymanager\lbdbTable.py",
line 77, in __getattr__
return self._fields[field]
File "s:\jobs\gibson\library manager\librarymanager\lbdbTable.py",
line 75, in __getattr__
assert field != '_fields'
The observant will have noticed that the first few filepaths are in
mixed case whereas the last are all lower case.
I only noticed because I'm trying to post-process this report.
Any ideas why?
Cheers.
--
Dale Strickland-Clark
Riverhall Systems Ltd
More information about the Python-list
mailing list