Ezio Melotti <ezio.melo...@gmail.com> added the comment:

The Linux buildbots were running the tests using ./python 
./Lib/test/regrtest.py instead of ./python -m test.regrtest and '' was missing 
from sys.path, so imp.find_module couldn't find the module.
This is now fixed in r78711 and backported r78716.
Thanks to Florent that noticed that those buildbots were using a different 
command to run the tests.

----------
assignee:  -> ezio.melotti
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5604>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to