python socket.error Operation nicht erlaubt

Ich laufe unter Code als root und benutze python2.6.1, Plattform ist Linux

>>> import socket
>>> serversocket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
>>> serversocket.bind((socket.gethostname(), 80))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<string>", line 1, in bind
socket.error: [Errno 1] Operation not permitted

So lösen Sie dieses Problem

Antworten auf die Frage(1)

Ihre Antwort auf die Frage