Re: [Tutor] Udp socket questio

2013-03-26 Thread Phil
On 26/03/13 23:15, Dave Angel wrote: Traceback (most recent call last): File "socket2.py", line 6, in import socket #for sockets File "/home/phil/Python/socket.py", line 7, in s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) AttributeError: 'module' object has no att

Re: [Tutor] Udp socket questio

2013-03-26 Thread Dave Angel
On 03/26/2013 07:30 AM, Phil wrote: Thank you for reading this. I'm a bit out of my depth here. I'm attempting to set up a simple udp client. The example that follows results in an error message and I'm wondering if I should be importing a different module. A Google search doesn't support that

[Tutor] Udp socket questio

2013-03-26 Thread Phil
Thank you for reading this. I'm a bit out of my depth here. I'm attempting to set up a simple udp client. The example that follows results in an error message and I'm wondering if I should be importing a different module. A Google search doesn't support that idea. '' udp socket cli