error: When displaying the traceback on internal errors, allow the code context to be retrieved from eggs.
In Python 2.6, the `linecache` can get source lines from eggs. Python 2.5 and 2.4 return lines from the wrong file, so an explicit search in the eggs found on `sys.path` is performed beforehand.