Re: sockobj.connect Errno 13 Permission denied

2013-01-26 Thread Albert Hopkins
any problems. > >> > >> But if I run it from a web page http://localhost/client.php, the > >> client.php called exec("Client.py"), > > > > > > > > Check the arguments to exec. I think it has to be an open file object. > > > >

Re: sockobj.connect Errno 13 Permission denied

2013-01-26 Thread Joel Goldstick
t;Client.py"), > > > > Check the arguments to exec. I think it has to be an open file object. > > > >> then it got an exception of sockobj.connect Errno 13 Permission denied. >> >> Why it can run from command line, but cannot make connection from a web >

Re: sockobj.connect Errno 13 Permission denied

2013-01-26 Thread Joel Goldstick
my user > account or apache user account without any problems. > > But if I run it from a web page http://localhost/client.php, the > client.php called exec("Client.py"), Check the arguments to exec. I think it has to be an open file object. > then it got an exception

sockobj.connect Errno 13 Permission denied

2013-01-26 Thread nobody
from a web page http://localhost/client.php, the client.php called exec("Client.py"), then it got an exception of sockobj.connect Errno 13 Permission denied. Why it can run from command line, but cannot make connection from a web file? Appreciate any tips and clues. Thank you. Ki