On Wed, Sep 4, 2013 at 1:30 AM, Toan M. Ha <[email protected]> wrote: > When I've tried taskqueue (in python) to push a task, it raises very > strangelly exception. Please help: > > > Traceback (most recent call last): > File > "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py", > line 196, 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 255, in _LoadHandler > handler = __import__(path[0]) > ImportError: No module named backends > >
Are you attempting to target a backend for your App Engine tasks? If so, can you post the code you're using and the name of your backend? ----------------- -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.
