I've gotten the same error. I am using CCV1.32, WindowsXP, nodebox,Pyhon 2.6
nodebox is from http://www.cityinabottle.org/nodebox/
The fllowing is my change in tuio\__init__.py
try:
self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEPORT, 1)
except AttributeError:
self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
But It doesn't work yet .
Original issue reported on code.google.com by guoguofi...@gmail.com on 4 Jan 2011 at 3:47
Original issue reported on code.google.com by
guoguofi...@gmail.com
on 4 Jan 2011 at 3:47