>   sockobj.bind(('',40007))

tried on my N6600 with same error

try using your phone's IP instead of the empty string ''

tried sockobj.bind(('127.0.0.1',40007)) and did not get an error

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to