Re: getting text out of an xml string

2011-03-05 Thread björn lundin
> Next time you need to extract some data from an xml file, please (for > your own good) don't do whatever you did in that code -- note that the > unicode equivalent of "<" is u"\u003c", NOT u"\u3c00"; I wasn't joking > when I said it had been FU. Is that perhaps the doing of going from littleEnd

Re: socket.error: [Errno 98] Address already in use

2010-09-16 Thread björn lundin
> Where line 75 contains following: > s.bind((host, port)) As Tomas pointed out, you close conn, but you do not close the server socket 's' /Björn -- http://mail.python.org/mailman/listinfo/python-list