0

When I run the sample script from tweepy on sl4a I get the following init error:

TypeError: init() takes at least 4 arguments (3 given) I have put in my key, token and secrets.

bard3189
  • 21
  • 6
  • I was using the code example directly from the tweepy website (the only changes I made were for my specific keys and tokens. https://github.com/tweepy/tweepy/blob/master/examples/streaming.py – bard3189 Jan 27 '14 at 22:59

1 Answers1

0

You're probably not using the same version of Tweepy on your Android device as on your computer. Make sure that both are using the latest version of Tweepy, and try running the example again.

Aaron Hill
  • 3,196
  • 1
  • 18
  • 34