我正在尝试将应用程序部署到我的GAE实例,但无法让App Engine Launcher工作。我刚刚安装了它的最新版本和Python(2.7.4)。当我尝试在本地服务器上启动并浏览到我的应用程序时,或者当我尝试将其部署到我的GAE实例时,我收到相同的错误消息:
The PHP interpreter specified with the --php_executable_path flag
("C:\dev\Google\google_appengine\php\php-5.5-Win32-VC11-x86\php-cgi.exe") is not
compatible with the App Engine PHP development environment.
"C:\dev\Google\google_appengine\php\php-5.5-Win32-VC11-x86\php-cgi.exe -v" returned an error [-2]
Sat Aug 29 09:23:54 2015 (2316): Fatal Error Unable to write base address
FWIW,我实际上并不关心在本地安装和运行应用程序。我想要做的只是部署它。为什么我的本地PHP配置甚至重要?