尝试从Python运行PHP脚本时出错

时间:2017-09-10 14:48:16

标签: php python

我的Windows PC上安装了WAMP。我有一个python脚本,它有以下代码,应该运行我的PHP脚本位于wamp(C:\ wamp64 \ www)

import subprocess
subprocess.call("php C:\wamp64\www\index.php")

我也试过以下但是它也不起作用

import subprocess
subprocess.call("C:\wamp64\bin\php\php5.6.31\php.exe C:\wamp64\www\index.php")

但是,当我从IPython运行python代码时,我收到以下错误。 (见图)

Error in IPython

1 个答案:

答案 0 :(得分:1)

添加PHP的完整路径

tags:
   - { name: form.type }

或者将php添加到环境变量中。打开CMD并输入:

<ScrollView
        android:layout_width="wrap_content"
        android:layout_height="150dp"
        android:layout_below="@+id/scrollView"> 

            <RelativeLayout
                android:layout_width="wrap_content"
                android:layout_height="wrap_content">
              ............
              ............
            </RelativeLayout>
    </ScrollView>