dispy
dispy copied to clipboard
dispynode crash because of socket module dispy_v4.7.4
with dispy v4.7.4, dispynode crashes because of socket module:
2017-04-07 10:30:22 dispynode - dispynode version: 4.7.4, PID: 10612
2017-04-07 10:30:22 dispynode - node IP address fe80::71:f2e2:50bd:3c33%2 seems to be loopback address; this will prevent communication with clients on other machines.
2017-04-07 10:30:22 asyncoro - version 4.5.3 with IOCP I/O notifier
Traceback (most recent call last):
File "C:\ext\dispy\dispynode.py", line 1883, in <module>
_dispy_node = _DispyNode(**_dispy_config)
File "C:\ext\dispy\dispynode.py", line 351, in __init__
mreq = socket.inet_pton(addrinfo[0], addrinfo[4][0])
AttributeError: 'module' object has no attribute 'inet_pton'
2017-04-07 10:30:23 asyncoro - AsynCoro terminated
possible solution: https://github.com/mitsuhiko/python-geoip/issues/4