Bug P2
Status Update
Comments
ma...@gmail.com <ma...@gmail.com> #2
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #3
Would you be able to provide an example app which produces an error for which gcloud doesn't report, but appcfg.py does?
gr...@google.com <gr...@google.com>
th...@gmail.com <th...@gmail.com> #4
In this case it is not app specific, The 400 error is due to quota of the application versions being over the limit which is 10 (but for this specific project it has been increased to 60). So any project with more than 10 versions will experience this.
sc...@gmail.com <sc...@gmail.com> #5
[Comment deleted]
ni...@gmail.com <ni...@gmail.com> #6
I have forwarded this request/report to the engineering team. We will update this issue with any progress updates and a resolution.
ni...@gmail.com <ni...@gmail.com> #7
refer to all errors occurred problem del all file at c:\\~~my user\google is workable.
ac...@gmail.com <ac...@gmail.com> #8
"To work around this problem, I had to create a folder named '~' and then a sub-folder named Google under the C:\Program Files\Google\google_appengine folder, and then I could start the app launcher... Pretty bad... But at least I'm unblocked..."
Did not work for me.
"i removed files from this folder :
c:\Documents and Settings\My User\Google"
Did not work for me either. please help
Did not work for me.
"i removed files from this folder :
c:\Documents and Settings\My User\Google"
Did not work for me either. please help
mk...@google.com <mk...@google.com> #9
Is this issue still occurring for you? Can other users now use the Python SDK Launcher?
mk...@google.com <mk...@google.com> #10
Thank you for bringing this to our attention. I have forwarded your report to the engineering team and any questions they have will be posted here. Further status updates will be posted here as well.
If the issue is still occurring on Windows XP please also comment here.
If the issue is still occurring on Windows XP please also comment here.
fa...@gmail.com <fa...@gmail.com> #11
This is still happening with brand new installation of GAE on Windows 8.
Even if I remove google_appengine_projects.ini it still does not load any webapp.
I tried adding the guestbook demo app and it just does not finish loading.
Has anyone fixed this before? Can't believe the SDK comes with such a bug.
Even if I remove google_appengine_projects.ini it still does not load any webapp.
I tried adding the guestbook demo app and it just does not finish loading.
Has anyone fixed this before? Can't believe the SDK comes with such a bug.
Description
* Install Python GAE SDK on Windows XP from an admin account (user Col in my case)
* Switch to some other admin user
* Try to start GAE Launcher and get error message:
Errors occurred
See the logfile '...' for details.
The logfile itself reads:
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 34, in __init__
File "launcher\platform.pyc", line 492, in ProjectsFile
WindowsError: [Error 183] Cannot create a file when that file already exists: 'C:\\Documents
and Settings\\Col/Google'
If you delete 'C:\Documents and Settings\Col' and try again you get:
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 34, in __init__
File "launcher\platform.pyc", line 492, in ProjectsFile
WindowsError: [Error 3] The system cannot find the path specified: 'C:\\Documents and
Settings\\Col/Google'