This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients albertito, christian.heimes, gvanrossum
Date 2008-01-07.15:37:53
SpamBayes Score 0.063279845
Marked as misclassified No
Message-id <1199720274.37.0.70587010849.issue1646@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2008-01-07 15:37:54christian.heimessetspambayes_score: 0.0632798 -> 0.063279845
recipients: + christian.heimes, gvanrossum, albertito
2008-01-07 15:37:54christian.heimessetspambayes_score: 0.0632798 -> 0.0632798
messageid: <1199720274.37.0.70587010849.issue1646@psf.upfronthosting.co.za>
2008-01-07 15:37:53christian.heimeslinkissue1646 messages
2008-01-07 15:37:53christian.heimescreate