CrabbyPete wrote:
>
>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 ca
CrabbyPete writes:
> 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
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?