Re: Communication between Python and PHP

2008-06-30 Thread askel
On Jun 25, 6:59 pm, nicodotti2 <[EMAIL PROTECTED]> wrote: > On Jun 25, 1:50 pm, Larry Bates <[EMAIL PROTECTED]> wrote: > > > > > nicodotti2 wrote: > > > Don't ask me why, but we have a bunch of legacy code in PHP on a > > > server and a wee-bit of Python code for integrating GData google > > > cale

Re: Communication between Python and PHP

2008-06-25 Thread nicodotti2
On Jun 25, 1:50 pm, Larry Bates <[EMAIL PROTECTED]> wrote: > nicodotti2 wrote: > > Don't ask me why, but we have a bunch of legacy code in PHP on a > > server and a wee-bit of Python code for integrating GData google > > calendar services. We now need to build a way of sending messages > > between

Re: Communication between Python and PHP

2008-06-25 Thread nicodotti2
On Jun 25, 1:50 pm, Larry Bates <[EMAIL PROTECTED]> wrote: > nicodotti2 wrote: > > Don't ask me why, but we have a bunch of legacy code in PHP on a > > server and a wee-bit of Python code for integrating GData google > > calendar services. We now need to build a way of sending messages > > between

Re: Communication between Python and PHP

2008-06-25 Thread Larry Bates
nicodotti2 wrote: Don't ask me why, but we have a bunch of legacy code in PHP on a server and a wee-bit of Python code for integrating GData google calendar services. We now need to build a way of sending messages between them. The general flow is: PHP Web Page(on apache) ---> Python Gdata Consu

Communication between Python and PHP

2008-06-25 Thread nicodotti2
Don't ask me why, but we have a bunch of legacy code in PHP on a server and a wee-bit of Python code for integrating GData google calendar services. We now need to build a way of sending messages between them. The general flow is: PHP Web Page(on apache) ---> Python Gdata Consumer -> Gdata and