[Python-Dev] module extension search order - can it be changed?

Guido van Rossum guido@python.org
Tue, 25 Feb 2003 15:42:45 -0500


> 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/)