I have test it on coderbuddy.com and it's giving me this error:

*<type 'exceptions.ImportError'>*: No module named http.client 
      args = ('No module named http.client',) 
      message = 'No module named http.client'

I have downloaded the zip. Then uploaded the Tweepy directory in 
Coderbuddy. And tried this code:

import tweepy

no_auth_api = tweepy.API()

public_timeline = no_auth_api.public_timeline()
print 'Public timeline...'
print public_timeline


Am I forgetting something?

-- 
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/-/GwwWGwHfVfsJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to