socket.error:(13,'Permission deied')
Austin
austin at maxtronic.com.tw
Thu Nov 11 08:08:41 EST 2004
More information about the Python-list mailing list
Thu Nov 11 08:08:41 EST 2004
- Previous message (by thread): re.compile.match() results in unicode strings - why?
- Next message (by thread): socket.error:(13,'Permission deied')
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
........................ data = .... self.broadcast_ip = 255.255.255.255 UDPSock.sendto(data,(self.broadcast_ip,36)) ......................... These codes run on Windows without errors and warnings. But i excute that on Fedora Core 2, it shows the error "socket.error:(13,'Permission deied')" i try to disable the firewall and become a root but it doesn't work, either. Does anyone have any suggestions ?
- Previous message (by thread): re.compile.match() results in unicode strings - why?
- Next message (by thread): socket.error:(13,'Permission deied')
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list