
Nov. 13, 2017
8:20 p.m.
(I'm sure somewhere there is a proper place to report a bug, but I gave up after hunting for a few minutes.) socket.py has the code import platform kern_version = tuple(map(int, platform.release().partition('-')[0].split('.'))) which is buggy, because the kernel version is not necessarily completely numeric. Check out CONFIG_LOCALVERSION in any kernel config. Thanks. Jim