Re: [Tutor] apache python cgi sockets error 13 (resend after joining the tutorial list)

2015-05-07 Thread Felix Dietrich
Stewart Lawton writes: > Hi I have tried Python TCPIP sockets and Unix sockets processed in a > python cgi script, called from apache under fedora19. In both cases a > permissions error is returned at sock.connect(). I have tried changing > permissions x and r w on ALL of user, group, other to no

Re: [Tutor] apache python cgi sockets error 13 (resend after joining the tutorial list)

2015-05-07 Thread Alan Gauld
Can you post again in plain text? The formatting below is all messed up, indentation and spacing errors abound. On 07/05/15 11:56, Stewart Lawton wrote: Hi I have tried Python TCPIP sockets and Unix sockets > processed in a python cgi script, Have you tried opening the same sockets in a script

[Tutor] apache python cgi sockets error 13 (resend after joining the tutorial list)

2015-05-07 Thread Stewart Lawton
Hi I have tried Python TCPIP sockets and Unix sockets processed in a python cgi script, called from apache under fedora19. In both cases a permissions error is returned at sock.connect(). I have tried changing permissions x and r w on ALL of user, group, other to no avail. In both cases the cgi