Skip to content

Instantly share code, notes, and snippets.

@Praveenms91
Created June 2, 2015 06:30
Show Gist options
  • Save Praveenms91/50863b0e8095628e7f0b to your computer and use it in GitHub Desktop.
Save Praveenms91/50863b0e8095628e7f0b to your computer and use it in GitHub Desktop.
Python 3 -'str' does not support the buffer interface
I am getting error while executing. Please help me to resolve.
getting tweets before 529619651269894144
...3 tweets downloaded so far
Traceback (most recent call last):
File "C:\Users\PraveenMS\Desktop\tweepy-3.3.0\examples\importtweepy.py", line 67, in <module>
get_all_tweets("gokul7071")
File "C:\Users\PraveenMS\Desktop\tweepy-3.3.0\examples\importtweepy.py", line 59, in get_all_tweets
writer.writerow(["id","created_at","text"])
TypeError: 'str' does not support the buffer interface
@abc2301
Copy link

abc2301 commented Mar 2, 2017

I also have same error.can anyone suggest suitable solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment