I'm using the python oauth library with a small twitter wrapper: https://github.com/mjibson/journalr/blob/master/oauth.py https://github.com/mjibson/journalr/blob/master/twitter.py Works great, no problems.
On Thu, Nov 10, 2011 at 6:56 AM, Adrian Scott <[email protected]> wrote: > If you want to make the app on CoderBuddy public (Project Settings) and post > the project url, we can take a look at the code there. Or you could add me > as a developer ( username: adrian ), and I'll see if I can spot the > error/debug. > > Thanks! Cool stuff -- this might be the first tweepy on CoderBuddy, > -A > > > On Thu, Nov 10, 2011 at 8:51 AM, Max <[email protected]> > wrote: >> >> 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. > > > > -- > Adrian Scott, Ph.D. > CEO, Founder > CoderBuddy > http://www.coderbuddy.com/ <-- Create a Google App Engine app in a minute > without installing anything > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > 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. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. 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.
