安装后无法打开Goog​​le App Engine

时间:2015-03-02 03:02:16

标签: python google-app-engine

我有一个关于Google App Engine的问题,我在运行该应用程序时发现了一个错误。我已经成功安装了Phython 2.7.3。 这是我打开它时出现的信息。

enter image description here

这是GooglAppEngineLaucer.exe.log

中的错误消息
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 98, in _CreateModels
  File "launcher\preferences.pyc", line 68, in __init__
  File "launcher\preferences.pyc", line 72, in Load
  File "ConfigParser.pyc", line 267, in read
  File "ConfigParser.pyc", line 462, in _read
ConfigParser.MissingSectionHeaderError: File contains no section headers.
file: C:\Users\samphors/Google\google_appengine_launcher.ini, line: 1
'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

我不知道如何解决这个严重的问题,任何人都可以帮助我吗?

1 个答案:

答案 0 :(得分:1)

读取在C:\ Documents and Settings \ USERNAME \ Application Data \ Google \ Preferences.ini下存储的某些首选项(在Windows中)时会出现错误(您可能需要添加引号才能使空格生效)。听起来这个文件由于某种原因是坏的。请注意,除了appengine之外,它还包含其他Google应用的首选项,因此您可能需要编辑并尝试修复它。您可以找到the relevant launcher/preferences code here

您还可以尝试备份此文件,移动原始文件,然后重新安装appengine以获得良好的副本。这样做最终可能会失去其他偏好,因此最好修复该文件。