Could you check that the tweepy directory is correctly formatted, i.e. you should have something like
<project root>/tweepy/__init__.py <project root>/tweepy/api.py <project root>/tweepy/... On Sunday, April 20, 2014 6:36:43 PM UTC-7, Devika Dwivedi wrote: > > Hi, I'm trying to get some tweets in my application using tweepy for > python. I have included the tweepy library in the root directory of my app, > but I am getting the following error when I try to deploy the app on local > server : > > ERROR 2014-04-21 01:07:11,979 wsgi.py:262] > Traceback (most recent call last): > File > "/home/devika/Desktop/google_appengine/google/appengine/runtime/wsgi.py", > line 239, in Handle > handler = _config_handle.add_wsgi_middleware(self._LoadHandler()) > File > "/home/devika/Desktop/google_appengine/google/appengine/runtime/wsgi.py", > line 298, in _LoadHandler > handler, path, err = LoadObject(self._handler) > File > "/home/devika/Desktop/google_appengine/google/appengine/runtime/wsgi.py", > line 84, in LoadObject > obj = __import__(path[0]) > File > "/home/devika/Desktop/Cloud_assignment_2/tweets_on_google_map/twittermap/twittermap.py", > > line 4, in <module> > import tweepy > ImportError: No module named tweepy > INFO 2014-04-21 01:07:12,035 module.py:627] default: "GET / HTTP/1.1" > 500 - > > Can anyone tell me what I am missing? > -- 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/d/optout.
