Re: calling php function from python

2007-02-14 Thread Diez B. Roggisch
mark wrote: > is it possible to call a php function from python and use a class from > php in python? i want to use mmslib which creates mms messages and the > only implementation is a php mmslib implementation. Do yourself - and the python community... :) - a favor and just translate the mmslib

Re: calling php function from python

2007-02-14 Thread Benjamin Niemann
Rob Wolfe wrote: > > mark wrote: >> is it possible to call a php function from python and use a class from >> php in python? i want to use mmslib which creates mms messages and the >> only implementation is a php mmslib implementation. > > You can consider to use some kind of RPC (remote procedu

Re: calling php function from python

2007-02-14 Thread Rob Wolfe
mark wrote: > is it possible to call a php function from python and use a class from > php in python? i want to use mmslib which creates mms messages and the > only implementation is a php mmslib implementation. You can consider to use some kind of RPC (remote procedure call) for example XML-RPC.

Re: calling php function from python

2007-02-13 Thread Gabriel Genellina
En Tue, 13 Feb 2007 23:52:37 -0300, mark <[EMAIL PROTECTED]> escribió: > is it possible to call a php function from python and use a class from > php in python? i want to use mmslib which creates mms messages and the > only implementation is a php mmslib implementation. > thanks a lot! > mark I d