On Fri, Dec 20, 2013 at 6:12 AM, John Thomas <[email protected]> wrote:
> I have this coded and it works on my development server: from > google.appengine.dist import temp file > When I upload the application and run it, I get this error > > 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 > > Were is the dist directory? > > > Are you running Python 2.7 and the latest App Engine dev server? There was a google.appengine.dist package in Python 2.5, but you shouldn't need to be accessing it now. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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.
