3
我試圖運行作出的AppEngine上項目時所作出的默認程序和日誌給我這個錯誤的AppEngine項目錯誤
2014-09-22 21:19:08 Running command: "['C:\\Python34\\pythonw.exe', 'C:\\Program Files (x86)\\Google\\google_appengine\\dev_appserver.py', '--skip_sdk_update_check=yes', '--port=10080', '--admin_port=8002', 'C:\\Users\\eriel\\Documents\\web\\southawnings']"
Traceback (most recent call last):
File "C:\Program Files (x86)\Google\google_appengine\dev_appserver.py", line 82, in <module>
_run_file(__file__, globals())
File "C:\Program Files (x86)\Google\google_appengine\dev_appserver.py", line 78, in _run_file
execfile(_PATHS.script_file(script_name), globals_)
NameError: name 'execfile' is not defined
2014-09-22 21:19:08 (Process exited with code 1)
我使用Windows 8.0和AppEngine上的最後一次更新
使用Python27。 Python3x不是一個選項。 – voscausa 2014-09-23 01:59:44
我安裝了Python27,但現在AppEngine說我沒有安裝python。我沒有重新啓動我的電腦。 Python27被安裝到「C:/」而不是程序文件中,這可能是一個問題。 – user3680799 2014-09-23 02:22:50
NO。我的Python 27也安裝在我的C盤上。順便說一句,我現在使用Cloud SDK,其中包含App Engine SDK:https://developers.google.com/cloud/sdk/ – voscausa 2014-09-23 12:13:50