Hi,

just noticed that

tcpClient = QtNetwork.QTcpSocket()
tcpClient.connectTo(QtNetwork.QHostAddress(QtNetwork.QHostAddress.LocalHost), 
32784)

throws an "Unsupported socket operation".

The same line with QHostAddress(QtCore.QString("127.0.0.1"), 32784)
works.

I have no idea why the LocalHost value does not work.

Andreas

-- 
You have taken yourself too seriously.

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to