Steve Dower <[email protected]> added the comment:
If you make the change suggested in the error text, does it fix it? (It could be clearer, but your module needs to only run its code when __name__=="__main__" instead of every time it gets imported.) ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue36435> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
