calling php function from python
Gabriel Genellina
gagsl-py at yahoo.com.ar
Wed Feb 14 00:42:08 EST 2007
More information about the Python-list mailing list
Wed Feb 14 00:42:08 EST 2007
- Previous message (by thread): calling php function from python
- Next message (by thread): calling php function from python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
En Tue, 13 Feb 2007 23:52:37 -0300, mark <rkmr.em at gmail.com> 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 don't think so... But you could try to convert the php code into Python. Or write your own MM7 implementation and be the first one, I presume. -- Gabriel Genellina
- Previous message (by thread): calling php function from python
- Next message (by thread): calling php function from python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list