When I have attempted to upgrade from version 354.0.0 to 364.0.0 or to 
365.0.00 on Windows 7 with python 2.7 installed the upgrade finishes 
without error, but I have the issue below. If I revert my installation back 
to 354.0.0 it works fine.

I can execute dev_appserver.py app.yaml without issue,  But when I open my 
browser and goto http://localhost:8080/ I receive the following messages:

C:\www\test>dev_appserver.py app.yaml
INFO     2021-11-19 12:09:26,140 devappserver2.py:316] Skipping SDK update 
check.
INFO     2021-11-19 12:09:26,875 <string>:383] Starting API server at: 
http://localhost:63789
INFO     2021-11-19 12:09:27,045 dispatcher.py:281] Starting module 
"default" running at: http://localhost:8080
INFO     2021-11-19 12:09:27,048 admin_server.py:150] Starting admin server 
at: http://localhost:8000
INFO     2021-11-19 12:09:32,921 instance.py:294] Instance PID: 6876
ERROR:root:Failure to start PHP with: 
['C:\\Users\\Ron\\AppData\\Local\\Google\\Cloud 
SDK\\google-cloud-sdk\\platform\\g
oogle_appengine\\php\\php-5.5-Win32-VC11-x86\\php-cgi.exe', '-d', 
'include_path=".;C:\\www\\test;C:\\Users\\Ron\\AppData
\\Local\\Google\\Cloud 
SDK\\google-cloud-sdk\\platform\\google_appengine\\php\\sdk"', '-c', 
'C:\\www\\test', '-d', 'zend
_extension="C:\\Users\\Ron\\AppData\\Local\\Google\\Cloud 
SDK\\google-cloud-sdk\\platform\\google_appengine\\php\\php-5.
5-Win32-VC11-x86\\php_xdebug.dll"', '-d', 
'extension="php_gae_runtime_module.dll"', '-d', 
'extension_dir="C:\\Users\\Ron
\\AppData\\Local\\Google\\Cloud 
SDK\\google-cloud-sdk\\platform\\google_appengine\\php\\php-5.5-Win32-VC11-x86"']
Traceback (most recent call last):
INFO     2021-11-19 12:09:33,921 module.py:883] default: "GET /_ah/start 
HTTP/1.1" 500 754
  File "C:\Users\Ron\AppData\Local\Google\Cloud 
SDK\google-cloud-sdk\platform\google_appengine\google\appengine\tools\de
vappserver2\php\runtime\runtime.py", line 269, in __call__
    stdout=subprocess.PIPE)
  File "C:\Users\Ron\AppData\Local\Google\Cloud 
SDK\google-cloud-sdk\platform\google_appengine\google\appengine\tools\de
vappserver2\safe_subprocess.py", line 84, in start_process
    shell=shell)
  File "C:\Python27\lib\subprocess.py", line 394, in __init__
    errread, errwrite)
  File "C:\Python27\lib\subprocess.py", line 644, in _execute_child
    startupinfo)
TypeError: environment can only contain strings
ERROR:root:Failure to start PHP with: 
['C:\\Users\\Ron\\AppData\\Local\\Google\\Cloud 
SDK\\google-cloud-sdk\\platform\\g
oogle_appengine\\php\\php-5.5-Win32-VC11-x86\\php-cgi.exe', '-d', 
'include_path=".;C:\\www\\test;C:\\Users\\Ron\\AppData
\\Local\\Google\\Cloud 
SDK\\google-cloud-sdk\\platform\\google_appengine\\php\\sdk"', '-c', 
'C:\\www\\test', '-d', 'zend
_extension="C:\\Users\\Ron\\AppData\\Local\\Google\\Cloud 
SDK\\google-cloud-sdk\\platform\\google_appengine\\php\\php-5.
5-Win32-VC11-x86\\php_xdebug.dll"', '-d', 
'extension="php_gae_runtime_module.dll"', '-d', 
'extension_dir="C:\\Users\\Ron
\\AppData\\Local\\Google\\Cloud 
SDK\\google-cloud-sdk\\platform\\google_appengine\\php\\php-5.5-Win32-VC11-x86"']
INFO     2021-11-19 12:09:33,940 module.py:883] default: "GET / HTTP/1.1" 
500 754
Traceback (most recent call last):
  File "C:\Users\Ron\AppData\Local\Google\Cloud 
SDK\google-cloud-sdk\platform\google_appengine\google\appengine\tools\de
vappserver2\php\runtime\runtime.py", line 269, in __call__
    stdout=subprocess.PIPE)
  File "C:\Users\Ron\AppData\Local\Google\Cloud 
SDK\google-cloud-sdk\platform\google_appengine\google\appengine\tools\de
vappserver2\safe_subprocess.py", line 84, in start_process
    shell=shell)
  File "C:\Python27\lib\subprocess.py", line 394, in __init__
    errread, errwrite)
  File "C:\Python27\lib\subprocess.py", line 644, in _execute_child
    startupinfo)
TypeError: environment can only contain strings

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/62483c40-79da-4744-a297-cc574ce95de6n%40googlegroups.com.

Reply via email to