-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Can you please help me in correcting this error:
Traceback (most recent call last):
File "server.py", line 4, in
from quora import Quora, Activity
File "/home/kayal/.local/lib/python2.7/site-packages/quora/init.py", line 1, in
from user import User, Activity
File "/home/kayal/.local/lib/python2.7/site-packages/quora/user.py", line 5, in
import feedparser
File "/home/kayal/.local/lib/python2.7/site-packages/feedparser/init.py", line 31, in
from .api import parse
File "/home/kayal/.local/lib/python2.7/site-packages/feedparser/api.py", line 57, in
from . import mixin
File "/home/kayal/.local/lib/python2.7/site-packages/feedparser/mixin.py", line 45, in
from .namespaces import _base, cc, dc, georss, itunes, mediarss, psc
File "/home/kayal/.local/lib/python2.7/site-packages/feedparser/namespaces/georss.py", line 31
from future import generator_stop
SyntaxError: future feature generator_stop is not defined