Created
June 2, 2015 06:30
-
-
Save Praveenms91/50863b0e8095628e7f0b to your computer and use it in GitHub Desktop.
Python 3 -'str' does not support the buffer interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I also have same error.can anyone suggest suitable solution