Seo Forum
Coding & Programming => PHP Forum => Topic started by: Hi-Tech ITO on 05-17-2013, 21:51:48
-
I need to make an extension in php using python . In all the examples i've come across in stackoverflow or other sources , i saw that it's possible to build an extension using C, is it possible to do so using python ? And how can i do that ?
-
You can use PiP (http://www.csh.rit.edu/~jon/projects/pip). But, it's better you can build Python commend line application and you can execute it using PHP exec()