Gevorg Voskanyan added the comment: Thanks for the patch! It makes the error go away for me, but only because `ishome` is True in my case. Were it False, it would fail the same way on the line containing sys.abiflags . I think this line in the patch: flagged_version = version + sys.abiflags should be changed to: flagged_version = version + abiflags That way I get no errors regardless of the value of `ishome`.
---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28068> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com