[issue4082] python2.6 -m site doesn't run site._script() any more

Nick Coghlan report at bugs.python.org
Thu Nov 20 23:16:23 CET 2008


Nick Coghlan <ncoghlan at gmail.com> added the comment:

That does remind me of another problem though - __main__.__file__ isn't
currently set correctly when runpy picks up the module to run from
inside a zipfile (zipimporter doesn't support runpy/pkgutil's
non-standard get_filename() extension to the PEP 302 importer API)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4082>
_______________________________________


More information about the Python-bugs-list mailing list