Author arigo
Recipients
Date 2006-06-25.09:38:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4771

This looks like a broken install.  The socket objects
do have a recv_into() method in socketmodule.c.  Try "make
clean; make".  If it does not help, check where the _socket
module comes from with:

python2.5
>>> import _socket
>>> print _socket.__file__

and make sure that this file is among the ones you just
recompiled.
History
Date User Action Args
2007-08-23 14:40:47adminlinkissue1511964 messages
2007-08-23 14:40:47admincreate