lifeofguenter / google-appengine-wx-launcher

Google App Engine for All!
Apache License 2.0
0 stars 1 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

GoogleCodeExporter commented 9 years ago
I'm getting this too on Win 7 ultimate x64 SP1

Original comment by delr...@gmail.com on 22 Sep 2012 at 9:57

GoogleCodeExporter commented 9 years ago
So is 2.5 required, as in you shall not use 2.7 even though it is later than 
2.5 and backwards compatible?

Original comment by chipj...@gmail.com on 24 Feb 2013 at 3:18

GoogleCodeExporter commented 9 years ago
I'm getting this too on Win XP SP3

Original comment by lungzeno...@gmail.com on 10 Oct 2013 at 7:31

GoogleCodeExporter commented 9 years ago
Originally, I had installed Python 2.7 "just for me", I got this error.
After installed Python 2.7 "for all users", the launcher runs successful and no 
error is gotten.

Original comment by lungzeno...@gmail.com on 10 Oct 2013 at 9:15

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This works for me !!! 
http://stackoverflow.com/questions/20063454/cannot-launch-google-app-engine-on-w
indows-7

Original comment by gonzale...@gmail.com on 3 Apr 2014 at 3:01