[issue12122] test_runpy failure

2011-05-19 Thread STINNER Victor
STINNER Victor added the comment: Duplicate of #12117. -- nosy: +haypo resolution: -> duplicate status: open -> closed ___ Python tracker ___ __

[issue12122] test_runpy failure

2011-05-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Indeed, PYTHONDONTWRITEBYTECODE seems set by default on this Linux install... Ouch. -- ___ Python tracker ___

[issue12122] test_runpy failure

2011-05-19 Thread Nick Coghlan
Nick Coghlan added the comment: Oh, that's the other question - is there any chance you are passing -B or have PYTHONDONTWRITEBYTECODE set? (I'm not sure that would affect make_legacy_pyc, but all the errors you posted relate to unexpectedly absent pyc files and directories) --

[issue12122] test_runpy failure

2011-05-19 Thread Nick Coghlan
Nick Coghlan added the comment: It still works fine for me (as do test_imp, test_import and test_importlib). Did you provide any arguments to ./configure, or provide any interesting options to regrtest to get it to fail? -- ___ Python tracker

[issue12122] test_runpy failure

2011-05-19 Thread Antoine Pitrou
New submission from Antoine Pitrou : I get the following failures in a fresh checkout: == ERROR: test_explicit_relative_import (test.test_runpy.RunModuleTest) -