Re: jython socket sendall

2006-02-21 Thread Mark Fink
I used send instead. This should work. -Mark -- http://mail.python.org/mailman/listinfo/python-list

jython socket sendall

2006-02-18 Thread Mark Fink
Hi there, I am about to port a server application from Java to Jython. For the socket part I found some examples written in Python. I have problems to figure out the socket part of the application. In Jython 2.1 the sendall function is missing? def establishConnection(self):