lifeofguenter / google-appengine-wx-launcher

Google App Engine for All!
Apache License 2.0
0 stars 1 forks source link

Launcher doesn't run, error message points to inexistent log file #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running the launcher

What is the expected output? What do you see instead?
Displays a message to check the log file, however, no log file is created!

What version of the product are you using? On what operating system?
1.8.8

Please provide any additional information below.
The launcher stopped working unexpectedly, it was running fine before. I've 
tried uninstalling, reinstalling, repairing, nothing works.

Original issue reported on code.google.com by zerocent...@gmail.com on 25 Nov 2013 at 3:53

GoogleCodeExporter commented 9 years ago
hi..i have installed GAE 1.8.8 after installation of python3.3.3...
it shows following error in logfile GoogleAppEngineLauncher.exe on launching :
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
EOFError: EOF when reading a line
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
EOFError: EOF when reading a line
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
EOFError: EOF when reading a line
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
EOFError: EOF when reading a line
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>
ImportError: cannot import name project
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
EOFError: EOF when reading a line
please suggest me solution ...i hv tried mostly methods..but they didn't work..

Original comment by neharao....@gmail.com on 24 Dec 2013 at 4:06

GoogleCodeExporter commented 9 years ago
I was able to fix my problem by performing a rollback. Instructions here:
http://aslamise.blogspot.pt/2013/03/how-to-rollback-changes-from-an-interrupted-
deployment-or-pending-transaction-to-google-app-engine-in-easy-steps-simple-tuto
rial-with-example.html

Not sure why nothing was being outputted to the log, though.
Also, instead of Python 3.3, try installing Python 2.7. I think GAE won't work 
with any versions above this.

Original comment by zerocent...@gmail.com on 24 Dec 2013 at 2:46