in the source's client gtk, in client/bin/tiny_socket.py, at line 64 you have :
def myreceive(self):
def read(socket, size):
buf=''
while len(buf) < size:
chunk = self.sock.recv(size - len(buf))
if chunk == '':
raise RuntimeError, "socket connection broken" (line 70)
buf += chunk
return buf
what it is ? :
http://www.amk.ca/python/howto/sockets/
A+
------------------------
Sauvegardons la banquise, sinon les pingouins vont disparaitre !
-------------------- m2f --------------------
--
http://www.openobject.com/forum/viewtopic.php?p=38226#38226
-------------------- m2f --------------------
_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users