call php function from python

CrabbyPete pete.douma at gmail.com
Thu Mar 31 14:46:53 EDT 2011


I have a python script that automatically loads wordpress, up to the
point that it asks for the admin password.
that is a php function call

function wp_install( $blog_title, $user_name, $user_email, $public,
$deprecated = '', $user_password = '' )

Is there a way to call this function from python?



More information about the Python-list mailing list