Open indokely opened 9 years ago
Try to pip install python-twitter
first (or with sudo
if you're not using a virtualenv).
Hey, Now i am using Python27 and getting below error
{"created_at": "Fri Apr 03 14:16:05 +0000 2015", "default_profile": true, "default_profile_image": true, "friends_count": 41, "id": 3136004156, "lang": "en", "name": "Prashansa", "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_5_normal.png", "profile_link_color": "0084B4", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "protected": false, "screen_name": "prashansasims"}
Will wait 2 sec to avoid rate-limit
Fetching followers for indokely...
Will wait 1 sec to avoid rate-limit
Traceback (most recent call last):
File "fetch_followers.py", line 35, in
Hey,
Python Version = Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (Intel)] on win32 I am getting below issue. Can you please help me.
C:\Python34\devlopment\mundel\Fetching-Twitter-Followers-master>python fetch_followers.py Traceback (most recent call last): File "fetch_followers.py", line 1, in
import twitter, time, json
File "C:\Python34\devlopment\mundel\Fetching-Twitter-Followers-master\twitterinit.py", line 31, in
from _file_cache import _FileCache
ImportError: No module named '_file_cache'
Thank you !