SurferJeffAtGoogle / google-appengine-wx-launcher

Automatically exported from code.google.com/p/google-appengine-wx-launcher
Apache License 2.0
0 stars 0 forks source link

App Engine Launcher throws IndexError: list index out of range #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When opening the launcher the error occurs. I have never before run the 
launcher because the error has been appearing since the beginning.
2. Windows 7 Ultimate SP1, Python 2.7.3, GAE in GA 1.6.4 python SDK

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 62, in __init__
  File "launcher\platform.pyc", line 435, in PythonCommand
IndexError: list index out of range

Original issue reported on code.google.com by anq...@gmail.com on 23 Apr 2012 at 2:16