[google-appengine] Error starting Launcher - see logfile GoogleAppEngineLauncher.exe.log

2016-04-27 Thread kerrymaid

Hello,

When I try to start the GAE launcher I receive the following error:

See the logfile 'C:\ProgramFiles 
(x86)\Google\google_appengine\GoogleAppEngineLauncher.exe.log for details

This file does not exist (even viewing hidden files). I have searched for 
solutions on this and some have suggested delete .ini files from 
C:Users/Google but this directory does not exist.

Can anyone please offer advice.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/56a7c2b9-e968-4cd7-a4a6-f340eb4d5a02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] ImportError: cannot import name djangoforms

2012-11-13 Thread kerrymaid
Hi all,
 
I urgently need help with this. I have an app that was tested locally and 
works fine. Once deployed on Google infrastructure and I try to access it 
via the appspot.com url I get a 500 internal server error message. In the 
logs it tells me the following:
 
Traceback (most recent call last):
  File 
/base/python27_runtime/python27_lib/versions/1/google/appengine/runtime/wsgi.py,
 
line 196, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
  File 
/base/python27_runtime/python27_lib/versions/1/google/appengine/runtime/wsgi.py,
 
line 255, in _LoadHandler
handler = __import__(path[0])
  File 
/base/data/home/apps/s~aodwhalewatching/1.363101881282590796/hfwwg3.py, 
line 13, in module
from google.appengine.ext.db import djangoforms
ImportError: cannot import name djangoforms
 
I googled this and found that I needed this: 
http://code.google.com/p/googleappengine/issues/detail?id=6269
I did what it said (I think) in that I copied the code from the link into 
notepad and saved it in the directory where my application code is as 
djangoforms.py. I then deployed the code again to the Google via the GAE 
launcher.
 
It has not fixed the issue. I'm very stuck with this and need to have this 
demo working (with django) but tomorrow.
 
Any help appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/vzlFeqt2kucJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.