Feb. 25, 2003
2:42 p.m.
Speaking entirely from a point of ignorance, why are the source line #s not shown for frames that are implemented in modules loaded from zipimport?
Because the code printing the tracebacks doesn't know how to look inside a zip file. --Guido van Rossum (home page: http://www.python.org/~guido/)