On Sun, 2013-01-27 at 21:40 +1100, jupiter wrote:
> On 1/27/13, Ashley Sheridan wrote:
> > On Sun, 2013-01-27 at 03:45 -0600, tamouse mailing lists wrote:
> >
> >> On Sun, Jan 27, 2013 at 3:10 AM, jupiter wrote:
> >> > Hi,
> >> >
> >> > I have a client.php which calls an external python socket
On 1/27/13, Ashley Sheridan wrote:
> On Sun, 2013-01-27 at 03:45 -0600, tamouse mailing lists wrote:
>
>> On Sun, Jan 27, 2013 at 3:10 AM, jupiter wrote:
>> > Hi,
>> >
>> > I have a client.php which calls an external python socket client
>> > program exec("Client.py"), the Client.py calls
>> > s
On 1/27/13, tamouse mailing lists wrote:
> On Sun, Jan 27, 2013 at 3:10 AM, jupiter wrote:
>> Hi,
>>
>> I have a client.php which calls an external python socket client
>> program exec("Client.py"), the Client.py calls
>> sockobj.connect(("localhost", 6)) to connect socket.
>>
>> If I run th
On Sun, 2013-01-27 at 03:45 -0600, tamouse mailing lists wrote:
> On Sun, Jan 27, 2013 at 3:10 AM, jupiter wrote:
> > Hi,
> >
> > I have a client.php which calls an external python socket client
> > program exec("Client.py"), the Client.py calls
> > sockobj.connect(("localhost", 6)) to conne
On Sun, Jan 27, 2013 at 3:10 AM, jupiter wrote:
> Hi,
>
> I have a client.php which calls an external python socket client
> program exec("Client.py"), the Client.py calls
> sockobj.connect(("localhost", 6)) to connect socket.
>
> If I run the client.php from Linux command line $ ./client.php
Hi,
I have a client.php which calls an external python socket client
program exec("Client.py"), the Client.py calls
sockobj.connect(("localhost", 6)) to connect socket.
If I run the client.php from Linux command line $ ./client.php, it
works find, no problem at all.
But when I run it from w
6 matches
Mail list logo