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.
> >
> >
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
>
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
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