Nick Coghlan <[EMAIL PROTECTED]> added the comment:

runpy needs a non-standard PEP 302 extension to set __file__ correctly
in the modules it runs. The pkgutil stuff it uses to find pure Python
modules in the filesystem supports that extension, but zipimport doesn't
(yet).

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4197>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to