Nick Coghlan <[email protected]> added the comment: Oh, special - importlib.find_loader() currently expects every module to have a __loader__ attribute, but there's at least one that doesn't: __main__.
Guess I'll be tweaking it to handle that case more gracefully after all :) ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue15314> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
