shadimh / 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

GAE launcher for win error. #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When opening the launcher,the issue comes.
2. XP,Python2.5.4,SDK 1.3.0;I used GAE 1.3.0 on this computer before,I 
don't know why it happens.Here's the 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 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'

3. I've been resetup the environment for 3 times,It doesn't work.

Original issue reported on code.google.com by J.C.Wang...@gmail.com on 7 Feb 2010 at 7:30

GoogleCodeExporter commented 9 years ago
I had solve this damn bug!
Do this steps:
1) Backup file C:\Program
Files\Google\google_appengine\launcher\library.zip\launcher\project.pyc
2) Replace it with project.py (in attach)
3) Run GoogleAppEngineLauncher.exe
4) Remove all projects in launcher window
5) Close program
6) Restore old project.pyc file

Regards, Ivan.

Original comment by polestn...@gmail.com on 15 Feb 2010 at 12:50

Attachments:

GoogleCodeExporter commented 9 years ago
Or try to find and delete file google_appengine_projects.ini

Original comment by polestn...@gmail.com on 15 Feb 2010 at 2:54

GoogleCodeExporter commented 9 years ago
Thx Ivan, that works!

Regards, Bullda.

Original comment by masha...@gmail.com on 15 Jun 2010 at 2:33

GoogleCodeExporter commented 9 years ago
Thanks, works for me also...

Original comment by roman.ra...@gmail.com on 24 Aug 2010 at 1:02

GoogleCodeExporter commented 9 years ago
Thank you Ivan!

That just works like a charm!

You're the Man!

Original comment by martinij...@gmail.com on 24 Nov 2010 at 6:01

GoogleCodeExporter commented 9 years ago
thanks you Ivan

http://www.technoriztic.com/

Original comment by tahirimr...@gmail.com on 5 Mar 2011 at 4:06

GoogleCodeExporter commented 9 years ago
thank you very much Ivan, 

Original comment by s.jargal...@gmail.com on 30 Mar 2011 at 4:11

GoogleCodeExporter commented 9 years ago
Thanks you for helping, Ivan. I solve the problem finally. 

Original comment by cage.ch...@gmail.com on 20 Jul 2011 at 5:08

GoogleCodeExporter commented 9 years ago
Спасибо! Просто удалил google_appengine_projects.ini и 
заработало

Original comment by vitaliy....@gmail.com on 4 Dec 2011 at 2:00

GoogleCodeExporter commented 9 years ago
Wonderful!!!
so, i am curious about how did this thing works now ~

Original comment by ww9...@gmail.com on 2 Jan 2012 at 4:15

GoogleCodeExporter commented 9 years ago
good,thanks

Original comment by lemor.lee@gmail.com on 27 Mar 2012 at 5:40

GoogleCodeExporter commented 9 years ago
Oh help me Ivan!
Still in hell-log will appear! after replace your file,as follows

Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 35, in <module>
  File "launcher\__init__.pyc", line 38, in <module>
  File "launcher\mainframe.pyc", line 22, in <module>
  File "C:\usr\launcher\library.zip\launcher\project.py", line 21, in <module>
ImportError: No module named ConfigParser

Original comment by superech...@gmail.com on 3 May 2012 at 4:51

GoogleCodeExporter commented 9 years ago
"Or try to find and delete file google_appengine_projects.ini" Funciono 
perfecto en mi caso. Gracias.

Original comment by haroldhe...@gmail.com on 19 Oct 2012 at 1:44

GoogleCodeExporter commented 9 years ago
I try above all ,yet fail.finally i cance IE proxy,it running fine.
=========================
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 58, in OnInit
  File "launcher\app.pyc", line 152, in _VersionCheck
  File "urllib.pyc", line 82, in urlopen
  File "urllib.pyc", line 190, in open
  File "urllib.pyc", line 338, in open_http
  File "urllib.pyc", line 351, in http_error
  File "urllib.pyc", line 702, in http_error_407
  File "urllib.pyc", line 714, in retry_proxy_http_basic_auth
  File "urllib.pyc", line 773, in get_user_passwd
  File "urllib.pyc", line 782, in prompt_user_passwd

Original comment by leo.bao...@gmail.com on 2 Feb 2013 at 11:56

GoogleCodeExporter commented 9 years ago
cancel IE proxy fixed 

Original comment by leo.bao...@gmail.com on 3 Feb 2013 at 12:02

GoogleCodeExporter commented 9 years ago
where can I find IE proxy fixed please help me

Original comment by albanian...@gmail.com on 4 Feb 2013 at 5:26

GoogleCodeExporter commented 9 years ago
I have almost the same problem but the fix doesn't work for me. After replacing 
the file launcher does nothing. My 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 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 96, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 285, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'

One line is different:
Insted of 
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
I have
  File "launcher\project.pyc", line 285, in _LoadFromConfigParser

Please help.

I run the Launcher first time and one time only. It worked I tried second time 
and nothin until now.

My spec is Win 8 32bit, Python 2.7.5 and latest GAE SDK

Thanks in Advance, Rafal

Original comment by rafal.wd...@gmail.com on 15 Jun 2013 at 1:48

GoogleCodeExporter commented 9 years ago
I've done till step 3 and the log gives me this error:
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 57, in OnInit
  File "launcher\app.pyc", line 133, in _DisplayMainFrame
  File "launcher\appcontroller.pyc", line 170, in RefreshMainView
  File "launcher\mainframe.pyc", line 315, in RefreshView
AttributeError: 'Project' object has no attribute 'admin_port'

what should i do?

Original comment by rober141...@gmail.com on 25 Jun 2013 at 8:23

GoogleCodeExporter commented 9 years ago
Just deleting "google_appengine_projects.ini" worked for me.

Original comment by daft...@gmail.com on 21 Sep 2013 at 3:37

GoogleCodeExporter commented 9 years ago
for me work it, just deleting both "google_appengine_launcher.ini" and 
"google_appengine_projects.ini", thanks.

Original comment by luillyf...@gmail.com on 6 May 2014 at 4:00

GoogleCodeExporter commented 9 years ago
Thanks! deleting "google_appengine_projects.ini" worked for me.

This file was in C:/Users/<username>/Google/

(ref: 
http://stackoverflow.com/questions/13744038/google-app-engine-launcher-fails-to-
start)

Original comment by lim0...@gmail.com on 7 Jul 2014 at 3:00