I am getting an import error on this:

from google.appengine.dist import temp file

this works fine on my development server, but fails on the Google App 
Engine. Where is tempfile.py ??

Traceback (most recent call last):
  File 
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py",
 line 239, in Handle
    handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
  File 
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py",
 line 298, in _LoadHandler
    handler, path, err = LoadObject(self._handler)
  File 
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py",
 line 84, in LoadObject
    obj = __import__(path[0])
  File "/base/data/home/apps/s~kditekpromise/1.372453794337927864/promises.py", 
line 13, in <module>
    from google.appengine.dist import tempfile
ImportError: No module named dist

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to