On Wed, Oct 12, 2011 at 10:34 AM, Edward K. Ream <[email protected]> wrote:
> On Windows, lpc.connect is doing::
>
> host = '172.16.0.0' # host is a local address.
> port = 1
> self.socket = socket.socket(socket.AF_INET,socket.SOCK_STREAM)
I forgot the last line::
self.socket.connect((host,port),)
EKR
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.