[issue1646] Make socket support TIPC.
Christian Heimes
report at bugs.python.org
Mon Jan 7 16:37:54 CET 2008
Christian Heimes added the comment:
The unit tests don't work for me (Ubuntu 7.10, Linux 2.6.22, i386)
>>> srv = socket.socket(socket.AF_TIPC, socket.SOCK_RDM)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/heimes/dev/python/trunk/Lib/socket.py", line 177, in __init__
_sock = _realsocket(family, type, proto)
socket.error: [Errno 97] Address family not supported by protocol
Do I have to set up my network device for TIPC?
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1646>
__________________________________
More information about the Python-bugs-list
mailing list